#FFCAD9

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

Shades of Pink Lace #FFCAD9

Tints of Pink Lace #FFCAD9

Color information

#FFCAD9 (or 0xFFCAD9) is unknown color: approx Pink Lace. HEX triplet: FF, CA and D9. RGB value is (255,202,217). Sum of RGB (Red+Green+Blue) = 255+202+217=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD9 is #003526. Grayscale: #DBDBDB. Windows color (decimal): -13607 or 14273279. OLE color: 14273279.

HSL color Cylindrical-coordinate representation of color #FFCAD9: hue angle of 343.02º 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 #FFCAD9 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255202217-
CMYK00.210.150
HSL343.02º100%89.61%-
HSV(B)343.02º20.78%100%-
XYZ74.8868.5174.92-
YUV219.56126.56153.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=37.83%
G=29.97%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520221700.210.150343.0210089.61
HexFFCAD9015F0157645a
Octal377312331025170527144132
Binary1111111111001010110110010101011111010101011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAD9; }

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

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

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

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

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

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

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

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