COLOR #FFCAF1

HEX: #FFCAF1
RGB: (255,202,241)

Color info

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

RGB color model

#FFCAF1 color RGB value is (255,202,241).

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

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 241 of 255 = 95%

255
202
241

R + G + B ~ 91%. #FFCAF1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 241 = 698 (100%)
R 255 of 698 ~ 36.53%
G 202 of 698 ~ 28.94%
B 241 of 698 ~ 34.53%

%36.53
%28.94
%34.53

CMYK color model

#FFCAF1 color CMYK value is (0,21,5,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(0,21,5,0)
C0M21Y5K0 
(0%,21%,5%,0%)
(0.00/0.21/0.05/0.00)	

CMYK percentages

%0
%20.78
%5.49
%0

Codes

Color #FFCAF1 in popluar color models

FFCAF1
RGB255202241
HSL316°100.00%89.61%
HSB/HSV316°20.78%100.00%
CMYK0.00%20.78%5.49%
0.00%

Color #FFCAF1 in popluar number systems.

HEXFFCAF1
Decimal255202241
Binary111111111100101011110001
Octal377312361

Shades and tints

Shades of #FFCAF1

#FFCAF1
(255,202,241)
#E8B8DC
(232,184,220)
#D1A6C7
(209,166,199)
#BA94B2
(186,148,178)
#A3829D
(163,130,157)
#8C7088
(140,112,136)
#755E73
(117,94,115)
#5E4C5E
(94,76,94)
#473A49
(71,58,73)
#302834
(48,40,52)
#19161F
(25,22,31)
#000000
(0,0,0)

Tints of #FFCAF1

#FFCAF1
(255,202,241)
#FFCEF2
(255,206,242)
#FFD2F3
(255,210,243)
#FFD6F4
(255,214,244)
#FFDAF5
(255,218,245)
#FFDEF6
(255,222,246)
#FFE2F7
(255,226,247)
#FFE6F8
(255,230,248)
#FFEAF9
(255,234,249)
#FFEEFA
(255,238,250)
#FFF2FB
(255,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCAF1; }

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

This text font color is #FFCAF1.


Background Color

.myBgColor { background-color: #FFCAF1; }

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

This div background color is #FFCAF1.


Border color

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

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

This div border color is #FFCAF1.


Opacity

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

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

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

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

This text has shadow with #FFCAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCAF1 on black background.


Color preview on white background

This text has color #FFCAF1 on white background.



Black color preview on #FFCAF1 background

This text has black color on #FFCAF1 background.


White color preview on #FFCAF1 background

This text has white color on #FFCAF1 background.