#F0CBD3

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

Shades of Pink Lace #F0CBD3

Tints of Pink Lace #F0CBD3

Color information

#F0CBD3 (or 0xF0CBD3) is unknown color: approx Pink Lace. HEX triplet: F0, CB and D3. RGB value is (240,203,211). Sum of RGB (Red+Green+Blue) = 240+203+211=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBD3 is #0F342C. Grayscale: #D6D6D6. Windows color (decimal): -996397 or 13880304. OLE color: 13880304.

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

Color convert

RGB240203211-
CMYK00.150.120.06
HSL347.03º55.22%86.86%-
HSV(B)347.03º15.42%94.12%-
XYZ69.0565.9470.72-
YUV214.98125.76145.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=36.70%
G=31.04%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020321100.150.120.06347.0355.2286.86
HexF0CBD30FC615b3757
Octal36031332301714653367127
Binary1111000011001011110100110111111001101010110111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBD3; }

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

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

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

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

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

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

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

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