#F0CBD0

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

Shades of Pink Lace #F0CBD0

Tints of Pink Lace #F0CBD0

Color information

#F0CBD0 (or 0xF0CBD0) is unknown color: approx Pink Lace. HEX triplet: F0, CB and D0. RGB value is (240,203,208). Sum of RGB (Red+Green+Blue) = 240+203+208=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBD0 is #0F342F. Grayscale: #D6D6D6. Windows color (decimal): -996400 or 13683696. OLE color: 13683696.

HSL color Cylindrical-coordinate representation of color #F0CBD0: hue angle of 351.89º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBD0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240203208-
CMYK00.150.130.06
HSL351.89º55.22%86.86%-
HSV(B)351.89º15.42%94.12%-
XYZ68.6865.7968.75-
YUV214.63124.26146.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=36.87%
G=31.18%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020320800.150.130.06351.8955.2286.86
HexF0CBD00FD61603757
Octal36031332001715654067127
Binary1111000011001011110100000111111011101011000001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBD0; }

 p { color: rgb(240,203,208); }

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

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

 a { background-color: rgb(240,203,208); }

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

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

 span { border-color: rgb(240,203,208); }

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