#F0C8CE

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

Shades of Pink Lace #F0C8CE

Tints of Pink Lace #F0C8CE

Color information

#F0C8CE (or 0xF0C8CE) is unknown color: approx Pink Lace. HEX triplet: F0, C8 and CE. RGB value is (240,200,206). Sum of RGB (Red+Green+Blue) = 240+200+206=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8CE is #0F3731. Grayscale: #D4D4D4. Windows color (decimal): -997170 or 13551856. OLE color: 13551856.

HSL color Cylindrical-coordinate representation of color #F0C8CE: hue angle of 351º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8CE is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240200206-
CMYK00.170.140.06
HSL351º57.14%86.27%-
HSV(B)351º16.67%94.12%-
XYZ67.7364.2967.23-
YUV212.64124.25147.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 200 (78.52% from 255) = 30.96%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=37.15%
G=30.96%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020020600.170.140.0635157.1486.27
HexF0C8CE011E615f3956
Octal36031031602116653771126
Binary11110000110010001100111001000111101101010111111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8CE; }

 p { color: rgb(240,200,206); }

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

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

 a { background-color: rgb(240,200,206); }

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

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

 span { border-color: rgb(240,200,206); }

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