Shades of Pale Rose #F0D6DB
Tints of Pale Rose #F0D6DB
RGB
CMYK
RGB Variations
Color information
#F0D6DB (or 0xF0D6DB) is known color: Pale Rose. HEX triplet: F0, D6 and DB. RGB value is (240,214,219). Sum of RGB (Red+Green+Blue) = 240+214+219=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6DB is #0F2924. Grayscale: #DEDEDE. Windows color (decimal): -993573 or 14407408. OLE color: 14407408.
HSL color Cylindrical-coordinate representation of color #F0D6DB: hue angle of 348.46º degrees, saturation: 0.46, 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 #F0D6DB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 219 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.06 |
| HSL | 348.46º | 0.46% | 0.89% | - |
| HSV(B) | 348.46º | 0.11% | 0.94% | - |
| XYZ | 72.77 | 71.73 | 77.03 | - |
| YUV | 222.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 219 | 0 | 0.11 | 0.09 | 0.06 | 348.46 | 0.46 | 0.89 |
| Hex | F0 | D6 | DB | 0 | B | 9 | 6 | 15C | 2E | 59 |
| Octal | 360 | 326 | 333 | 0 | 13 | 11 | 6 | 534 | 56 | 131 |
| Binary | 11110000 | 11010110 | 11011011 | 0 | 1011 | 1001 | 110 | 101011100 | 101110 | 1011001 |
Color Harmonies of #F0D6DB
Complementary color
Monochromatic Colors of #F0D6DB
Black with #F0D6DB
Text Example
Text Example
White with #F0D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6DB; }
p { color: rgb(240,214,219); }
H1.HeaderClassName
{
color: #F0D6DB;
}
.AnyTagClassName
{
color: #F0D6DB;
}
</style>
background-color css
<style>
a { background-color: #F0D6DB; }
a { background-color: rgb(240,214,219); }
div.DivClassName
{
background-color: #F0D6DB;
}
.BgClassName
{
background-color: #F0D6DB;
}
</style>
border-color css
<style>
span { border-color: #F0D6DB; }
span { border-color: rgb(240,214,219); }
td.TdClassName
{
border-color: #F0D6DB;
}
.TagClassName
{
border-color: #F0D6DB;
}
</style>