COLOR #FFCAD3

HEX: #FFCAD3
RGB: (255,202,211)

Color info

#FFCAD3 contains red, green and blue colors in about the same proportion. Web safe color of #FFCAD3 is #FFCCCC (or #FCC).

RGB color model

#FFCAD3 color RGB value is (255,202,211).

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

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 211 of 255 = 83%

255
202
211

R + G + B ~ 87%. #FFCAD3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 211 = 668 (100%)
R 255 of 668 ~ 38.17%
G 202 of 668 ~ 30.24%
B 211 of 668 ~ 31.59%

%38.17
%30.24
%31.59

CMYK color model

#FFCAD3 color CMYK value is (0,21,17,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(0,21,17,0)
C0M21Y17K0 
(0%,21%,17%,0%)
(0.00/0.21/0.17/0.00)	

CMYK percentages

%0
%20.78
%17.25
%0

Codes

Color #FFCAD3 in popluar color models

FFCAD3
RGB255202211
HSL350°100.00%89.61%
HSB/HSV350°20.78%100.00%
CMYK0.00%20.78%17.25%
0.00%

Color #FFCAD3 in popluar number systems.

HEXFFCAD3
Decimal255202211
Binary111111111100101011010011
Octal377312323

Shades and tints

Shades of #FFCAD3

#FFCAD3
(255,202,211)
#E8B8C0
(232,184,192)
#D1A6AD
(209,166,173)
#BA949A
(186,148,154)
#A38287
(163,130,135)
#8C7074
(140,112,116)
#755E61
(117,94,97)
#5E4C4E
(94,76,78)
#473A3B
(71,58,59)
#302828
(48,40,40)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFCAD3

#FFCAD3
(255,202,211)
#FFCED7
(255,206,215)
#FFD2DB
(255,210,219)
#FFD6DF
(255,214,223)
#FFDAE3
(255,218,227)
#FFDEE7
(255,222,231)
#FFE2EB
(255,226,235)
#FFE6EF
(255,230,239)
#FFEAF3
(255,234,243)
#FFEEF7
(255,238,247)
#FFF2FB
(255,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCAD3; }

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

This text font color is #FFCAD3.


Background Color

.myBgColor { background-color: #FFCAD3; }

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

This div background color is #FFCAD3.


Border color

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

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

This div border color is #FFCAD3.


Opacity

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

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

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

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

This text has shadow with #FFCAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCAD3 on black background.


Color preview on white background

This text has color #FFCAD3 on white background.



Black color preview on #FFCAD3 background

This text has black color on #FFCAD3 background.


White color preview on #FFCAD3 background

This text has white color on #FFCAD3 background.