#F0D5DE

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

Shades of Pink Lace #F0D5DE

Tints of Pink Lace #F0D5DE

Color information

#F0D5DE (or 0xF0D5DE) is unknown color: approx Pink Lace. HEX triplet: F0, D5 and DE. RGB value is (240,213,222). Sum of RGB (Red+Green+Blue) = 240+213+222=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5DE is #0F2A21. Grayscale: #DEDEDE. Windows color (decimal): -993826 or 14603760. OLE color: 14603760.

HSL color Cylindrical-coordinate representation of color #F0D5DE: hue angle of 340º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D5DE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240213222-
CMYK00.110.080.06
HSL340º47.37%88.82%-
HSV(B)340º11.25%94.12%-
XYZ72.9171.3979.04-
YUV222.1127.95140.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=35.56%
G=31.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021322200.110.080.0634047.3788.82
HexF0D5DE0B861542f59
Octal36032533601310652457131
Binary1111000011010101110111100101110001101010101001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5DE; }

 p { color: rgb(240,213,222); }

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

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

 a { background-color: rgb(240,213,222); }

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

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

 span { border-color: rgb(240,213,222); }

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