#FFCAD5

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

Shades of Pink Lace #FFCAD5

Tints of Pink Lace #FFCAD5

Color information

#FFCAD5 (or 0xFFCAD5) is unknown color: approx Pink Lace. HEX triplet: FF, CA and D5. RGB value is (255,202,213). Sum of RGB (Red+Green+Blue) = 255+202+213=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD5 is #00352A. Grayscale: #DBDBDB. Windows color (decimal): -13611 or 14011135. OLE color: 14011135.

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

Color convert

RGB255202213-
CMYK00.210.160
HSL347.55º100%89.61%-
HSV(B)347.55º20.78%100%-
XYZ74.3768.3172.22-
YUV219.1124.56153.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=38.06%
G=30.15%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520221300.210.160347.5510089.61
HexFFCAD501510015c645a
Octal377312325025200534144132
Binary11111111110010101101010101010110000010101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAD5; }

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

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

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

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

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

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

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

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