#FFCAD3

Color #FFCAD3 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FFCAD3

Tints of Pink Lace #FFCAD3

Color information

#FFCAD3 (or 0xFFCAD3) is unknown color: approx Pink Lace. HEX triplet: FF, CA and D3. RGB value is (255,202,211). Sum of RGB (Red+Green+Blue) = 255+202+211=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD3 is #00352C. Grayscale: #DADADA. Windows color (decimal): -13613 or 13880063. OLE color: 13880063.

HSL color Cylindrical-coordinate representation of color #FFCAD3: hue angle of 349.81º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAD3 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB255202211-
CMYK00.210.170
HSL349.81º100%89.61%-
HSV(B)349.81º20.78%100%-
XYZ74.1268.270.89-
YUV218.87123.56153.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=38.17%
G=30.24%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520221100.210.170349.8110089.61
HexFFCAD301511015e645a
Octal377312323025210536144132
Binary11111111110010101101001101010110001010101111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAD3; }

 p { color: rgb(255,202,211); }

 H1.HeaderClassName
 {
   color: #FFCAD3;
 }
 .AnyTagClassName
 {
   color: #FFCAD3;
 }
</style>
background-color css

<style>
 a { background-color: #FFCAD3; }

 a { background-color: rgb(255,202,211); }

 div.DivClassName
 {
   background-color: #FFCAD3;
 }
 .BgClassName
 {
   background-color: #FFCAD3;
 }
</style>
border-color css

<style>
 span { border-color: #FFCAD3; }

 span { border-color: rgb(255,202,211); }

 td.TdClassName
 {
   border-color: #FFCAD3;
 }
 .TagClassName
 {
   border-color: #FFCAD3;
 }
</style>