#F2CACF

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

Shades of Pink Lace #F2CACF

Tints of Pink Lace #F2CACF

Color information

#F2CACF (or 0xF2CACF) is unknown color: approx Pink Lace. HEX triplet: F2, CA and CF. RGB value is (242,202,207). Sum of RGB (Red+Green+Blue) = 242+202+207=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CACF is #0D3530. Grayscale: #D6D6D6. Windows color (decimal): -865585 or 13617906. OLE color: 13617906.

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

Color convert

RGB242202207-
CMYK00.170.140.05
HSL352.5º60.61%87.06%-
HSV(B)352.5º16.53%94.9%-
XYZ6965.6268.06-
YUV214.53123.75147.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=37.17%
G=31.03%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220220700.170.140.05352.560.6187.06
HexF2CACF011E51603d57
Octal36231231702116554075127
Binary11110010110010101100111101000111101011011000001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CACF; }

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

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

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

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

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

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

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

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