#F0D3DD

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

Shades of Pink Lace #F0D3DD

Tints of Pink Lace #F0D3DD

Color information

#F0D3DD (or 0xF0D3DD) is unknown color: approx Pink Lace. HEX triplet: F0, D3 and DD. RGB value is (240,211,221). Sum of RGB (Red+Green+Blue) = 240+211+221=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3DD is #0F2C22. Grayscale: #DCDCDC. Windows color (decimal): -994339 or 14537712. OLE color: 14537712.

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

Color convert

RGB240211221-
CMYK00.120.080.06
HSL339.31º49.15%88.43%-
HSV(B)339.31º12.08%94.12%-
XYZ72.2870.3378.17-
YUV220.81128.11141.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 211 (82.81% from 255) = 31.40%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=35.71%
G=31.40%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021122100.120.080.06339.3149.1588.43
HexF0D3DD0C861533158
Octal36032333501410652361130
Binary1111000011010011110111010110010001101010100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3DD; }

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

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

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

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

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

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

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

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