COLOR #FFC4F0

HEX: #FFC4F0
RGB: (255,196,240)

Color info

#FFC4F0 contains red, green and blue colors in about the same proportion. Web safe color of #FFC4F0 is #FFCCFF (or #FCF).

RGB color model

#FFC4F0 color RGB value is (255,196,240).

  • red value is 255;
  • green value is 196;
  • blue value is 240.
RGB:
(255,196,240)
(100%,77%,94%)

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 240 of 255 = 94%

255
196
240

R + G + B ~ 90%. #FFC4F0 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 196 + 240 = 691 (100%)
R 255 of 691 ~ 36.9%
G 196 of 691 ~ 28.36%
B 240 of 691 ~ 34.73%

%36.9
%28.36
%34.73

CMYK color model

#FFC4F0 color CMYK value is (0,23,6,0).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 5.88%
  • key color value is 0.00%
CMYK:
(0,23,6,0)
C0M23Y6K0 
(0%,23%,6%,0%)
(0.00/0.23/0.06/0.00)	

CMYK percentages

%0
%23.14
%5.88
%0

Codes

Color #FFC4F0 in popluar color models

FFC4F0
RGB255196240
HSL315°100.00%88.43%
HSB/HSV315°23.14%100.00%
CMYK0.00%23.14%5.88%
0.00%

Color #FFC4F0 in popluar number systems.

HEXFFC4F0
Decimal255196240
Binary111111111100010011110000
Octal377304360

Shades and tints

Shades of #FFC4F0

#FFC4F0
(255,196,240)
#E8B3DB
(232,179,219)
#D1A2C6
(209,162,198)
#BA91B1
(186,145,177)
#A3809C
(163,128,156)
#8C6F87
(140,111,135)
#755E72
(117,94,114)
#5E4D5D
(94,77,93)
#473C48
(71,60,72)
#302B33
(48,43,51)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #FFC4F0

#FFC4F0
(255,196,240)
#FFC9F1
(255,201,241)
#FFCEF2
(255,206,242)
#FFD3F3
(255,211,243)
#FFD8F4
(255,216,244)
#FFDDF5
(255,221,245)
#FFE2F6
(255,226,246)
#FFE7F7
(255,231,247)
#FFECF8
(255,236,248)
#FFF1F9
(255,241,249)
#FFF6FA
(255,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC4F0 color. Also use rgb(255,196,240) instead hex code.

Text Font Color

.myTextColor { color: #FFC4F0; }

<p style="color:#FFC4F0">This sample text font color is #FFC4F0.</p>

This text font color is #FFC4F0.


Background Color

.myBgColor { background-color: #FFC4F0; }

<div style="background-color:#FFC4F0">Inner text</div>

This div background color is #FFC4F0.


Border color

.myBorderColor { border: 1px solid #FFC4F0; }

<div style="border:3px solid #FFC4F0">Div</div>

This div border color is #FFC4F0.


Opacity

.myOpacity80 { color: #FFC4F0; opacity: 0.8; }

<p style="color:#FFC4F0;opacity:0.8;">80%</p>

Text with #FFC4F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFC4F0;}

<p style="text-shadow: 3px 3px 1px #FFC4F0">Text here.</p>

This text has shadow with #FFC4F0 color.

.textShadow {text-shadow: 3px 3px 1px #FFC4F0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFC4F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFC4F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFC4F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFC4F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFC4F0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFC4F0;
  -webkit-box-shadow:	1px 1px 3px 2px #FFC4F0;
  box-shadow:		1px 1px 3px 2px #FFC4F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFC4F0;
-webkit-box-shadow: 1px 1px 3px 2px #FFC4F0;
box-shadow:1px 1px 3px 2px #FFC4F0;">
Div content here</div>
This div box has shadow with color #FFC4F0.

Preview

Color preview on black background

This text has color #FFC4F0 on black background.


Color preview on white background

This text has color #FFC4F0 on white background.



Black color preview on #FFC4F0 background

This text has black color on #FFC4F0 background.


White color preview on #FFC4F0 background

This text has white color on #FFC4F0 background.