#F2CAD6

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

Shades of Pink Lace #F2CAD6

Tints of Pink Lace #F2CAD6

Color information

#F2CAD6 (or 0xF2CAD6) is unknown color: approx Pink Lace. HEX triplet: F2, CA and D6. RGB value is (242,202,214). Sum of RGB (Red+Green+Blue) = 242+202+214=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAD6 is #0D3529. Grayscale: #D7D7D7. Windows color (decimal): -865578 or 14076658. OLE color: 14076658.

HSL color Cylindrical-coordinate representation of color #F2CAD6: hue angle of 342º 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 #F2CAD6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242202214-
CMYK00.170.120.05
HSL342º60.61%87.06%-
HSV(B)342º16.53%94.9%-
XYZ69.8865.9772.67-
YUV215.33127.25147.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=36.78%
G=30.70%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220221400.170.120.0534260.6187.06
HexF2CAD6011C51563d57
Octal36231232602114552675127
Binary11110010110010101101011001000111001011010101101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAD6; }

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

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

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

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

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

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

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

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