#F2CAD7

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

Shades of Pink Lace #F2CAD7

Tints of Pink Lace #F2CAD7

Color information

#F2CAD7 (or 0xF2CAD7) is unknown color: approx Pink Lace. HEX triplet: F2, CA and D7. RGB value is (242,202,215). Sum of RGB (Red+Green+Blue) = 242+202+215=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAD7 is #0D3528. Grayscale: #D7D7D7. Windows color (decimal): -865577 or 14142194. OLE color: 14142194.

HSL color Cylindrical-coordinate representation of color #F2CAD7: hue angle of 340.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CAD7 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242202215-
CMYK00.170.110.05
HSL340.5º60.61%87.06%-
HSV(B)340.5º16.53%94.9%-
XYZ7066.0273.34-
YUV215.44127.75146.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 215 (84.38% from 255) = 32.63%
R=36.72%
G=30.65%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220221500.170.110.05340.560.6187.06
HexF2CAD7011B51543d57
Octal36231232702113552475127
Binary11110010110010101101011101000110111011010101001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAD7; }

 p { color: rgb(242,202,215); }

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

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

 a { background-color: rgb(242,202,215); }

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

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

 span { border-color: rgb(242,202,215); }

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