COLOR #FFCAF9

HEX: #FFCAF9
RGB: (255,202,249)

Color info

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

RGB color model

#FFCAF9 color RGB value is (255,202,249).

  • red value is 255;
  • green value is 202;
  • blue value is 249.
RGB:
(255,202,249)
(100%,79%,98%)

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 249 of 255 = 98%

255
202
249

R + G + B ~ 92%. #FFCAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 249 = 706 (100%)
R 255 of 706 ~ 36.12%
G 202 of 706 ~ 28.61%
B 249 of 706 ~ 35.27%

%36.12
%28.61
%35.27

CMYK color model

#FFCAF9 color CMYK value is (0,21,2,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 2.35%
  • key color value is 0.00%
CMYK:
(0,21,2,0)
C0M21Y2K0 
(0%,21%,2%,0%)
(0.00/0.21/0.02/0.00)	

CMYK percentages

%0
%20.78
%2.35
%0

Codes

Color #FFCAF9 in popluar color models

FFCAF9
RGB255202249
HSL307°100.00%89.61%
HSB/HSV307°20.78%100.00%
CMYK0.00%20.78%2.35%
0.00%

Color #FFCAF9 in popluar number systems.

HEXFFCAF9
Decimal255202249
Binary111111111100101011111001
Octal377312371

Shades and tints

Shades of #FFCAF9

#FFCAF9
(255,202,249)
#E8B8E3
(232,184,227)
#D1A6CD
(209,166,205)
#BA94B7
(186,148,183)
#A382A1
(163,130,161)
#8C708B
(140,112,139)
#755E75
(117,94,117)
#5E4C5F
(94,76,95)
#473A49
(71,58,73)
#302833
(48,40,51)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #FFCAF9

#FFCAF9
(255,202,249)
#FFCEF9
(255,206,249)
#FFD2F9
(255,210,249)
#FFD6F9
(255,214,249)
#FFDAF9
(255,218,249)
#FFDEF9
(255,222,249)
#FFE2F9
(255,226,249)
#FFE6F9
(255,230,249)
#FFEAF9
(255,234,249)
#FFEEF9
(255,238,249)
#FFF2F9
(255,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCAF9 color. Also use rgb(255,202,249) instead hex code.

Text Font Color

.myTextColor { color: #FFCAF9; }

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

This text font color is #FFCAF9.


Background Color

.myBgColor { background-color: #FFCAF9; }

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

This div background color is #FFCAF9.


Border color

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

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

This div border color is #FFCAF9.


Opacity

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

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

Text with #FFCAF9 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 #FFCAF9;}

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

This text has shadow with #FFCAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCAF9 on black background.


Color preview on white background

This text has color #FFCAF9 on white background.



Black color preview on #FFCAF9 background

This text has black color on #FFCAF9 background.


White color preview on #FFCAF9 background

This text has white color on #FFCAF9 background.