#F0D3DB

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

Shades of Pink Lace #F0D3DB

Tints of Pink Lace #F0D3DB

Color information

#F0D3DB (or 0xF0D3DB) is unknown color: approx Pink Lace. HEX triplet: F0, D3 and DB. RGB value is (240,211,219). Sum of RGB (Red+Green+Blue) = 240+211+219=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3DB is #0F2C24. Grayscale: #DCDCDC. Windows color (decimal): -994341 or 14406640. OLE color: 14406640.

HSL color Cylindrical-coordinate representation of color #F0D3DB: hue angle of 343.45º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D3DB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240211219-
CMYK00.120.090.06
HSL343.45º49.15%88.43%-
HSV(B)343.45º12.08%94.12%-
XYZ72.0270.2376.78-
YUV220.58127.11141.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=35.82%
G=31.49%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021121900.120.090.06343.4549.1588.43
HexF0D3DB0C961573158
Octal36032333301411652761130
Binary1111000011010011110110110110010011101010101111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3DB; }

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

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

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

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

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

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

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

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