Shades of Pale Pink #F0DBDC
Tints of Pale Pink #F0DBDC
RGB
CMYK
RGB Variations
Color information
#F0DBDC (or 0xF0DBDC) is known color: Pale Pink. HEX triplet: F0, DB and DC. RGB value is (240,219,220). Sum of RGB (Red+Green+Blue) = 240+219+220=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBDC is #0F2423. Grayscale: #E1E1E1. Windows color (decimal): -992292 or 14474224. OLE color: 14474224.
HSL color Cylindrical-coordinate representation of color #F0DBDC: hue angle of 357.14º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DBDC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 220 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.06 |
| HSL | 357.14º | 0.41% | 0.9% | - |
| HSV(B) | 357.14º | 0.09% | 0.94% | - |
| XYZ | 74.18 | 74.36 | 78.15 | - |
| YUV | 225.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 220 | 0 | 0.09 | 0.08 | 0.06 | 357.14 | 0.41 | 0.9 |
| Hex | F0 | DB | DC | 0 | 9 | 8 | 6 | 165 | 29 | 5A |
| Octal | 360 | 333 | 334 | 0 | 11 | 10 | 6 | 545 | 51 | 132 |
| Binary | 11110000 | 11011011 | 11011100 | 0 | 1001 | 1000 | 110 | 101100101 | 101001 | 1011010 |
Color Harmonies of #F0DBDC
Complementary color
Monochromatic Colors of #F0DBDC
Black with #F0DBDC
Text Example
Text Example
White with #F0DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBDC; }
p { color: rgb(240,219,220); }
H1.HeaderClassName
{
color: #F0DBDC;
}
.AnyTagClassName
{
color: #F0DBDC;
}
</style>
background-color css
<style>
a { background-color: #F0DBDC; }
a { background-color: rgb(240,219,220); }
div.DivClassName
{
background-color: #F0DBDC;
}
.BgClassName
{
background-color: #F0DBDC;
}
</style>
border-color css
<style>
span { border-color: #F0DBDC; }
span { border-color: rgb(240,219,220); }
td.TdClassName
{
border-color: #F0DBDC;
}
.TagClassName
{
border-color: #F0DBDC;
}
</style>