#F2C9D7

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

Shades of Pink Lace #F2C9D7

Tints of Pink Lace #F2C9D7

Color information

#F2C9D7 (or 0xF2C9D7) is unknown color: approx Pink Lace. HEX triplet: F2, C9 and D7. RGB value is (242,201,215). Sum of RGB (Red+Green+Blue) = 242+201+215=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9D7 is #0D3628. Grayscale: #D6D6D6. Windows color (decimal): -865833 or 14141938. OLE color: 14141938.

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

Color convert

RGB242201215-
CMYK00.170.110.05
HSL339.51º61.19%86.86%-
HSV(B)339.51º16.94%94.9%-
XYZ69.7765.5673.27-
YUV214.86128.08147.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=36.78%
G=30.55%
B=32.67%

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
Decimal24220121500.170.110.05339.5161.1986.86
HexF2C9D7011B51543d57
Octal36231132702113552475127
Binary11110010110010011101011101000110111011010101001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9D7; }

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

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

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

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

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

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

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

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