Shades of Pale Rose #F0DADB
Tints of Pale Rose #F0DADB
RGB
CMYK
RGB Variations
Color information
#F0DADB (or 0xF0DADB) is known color: Pale Rose. HEX triplet: F0, DA and DB. RGB value is (240,218,219). Sum of RGB (Red+Green+Blue) = 240+218+219=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DADB is #0F2524. Grayscale: #E0E0E0. Windows color (decimal): -992549 or 14408432. OLE color: 14408432.
HSL color Cylindrical-coordinate representation of color #F0DADB: hue angle of 357.27º degrees, saturation: 0.42, 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 #F0DADB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 219 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.06 |
| HSL | 357.27º | 0.42% | 0.9% | - |
| HSV(B) | 357.27º | 0.09% | 0.94% | - |
| XYZ | 73.79 | 73.78 | 77.37 | - |
| YUV | 224.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 219 | 0 | 0.09 | 0.09 | 0.06 | 357.27 | 0.42 | 0.9 |
| Hex | F0 | DA | DB | 0 | 9 | 9 | 6 | 165 | 2A | 5A |
| Octal | 360 | 332 | 333 | 0 | 11 | 11 | 6 | 545 | 52 | 132 |
| Binary | 11110000 | 11011010 | 11011011 | 0 | 1001 | 1001 | 110 | 101100101 | 101010 | 1011010 |
Color Harmonies of #F0DADB
Complementary color
Monochromatic Colors of #F0DADB
Black with #F0DADB
Text Example
Text Example
White with #F0DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DADB; }
p { color: rgb(240,218,219); }
H1.HeaderClassName
{
color: #F0DADB;
}
.AnyTagClassName
{
color: #F0DADB;
}
</style>
background-color css
<style>
a { background-color: #F0DADB; }
a { background-color: rgb(240,218,219); }
div.DivClassName
{
background-color: #F0DADB;
}
.BgClassName
{
background-color: #F0DADB;
}
</style>
border-color css
<style>
span { border-color: #F0DADB; }
span { border-color: rgb(240,218,219); }
td.TdClassName
{
border-color: #F0DADB;
}
.TagClassName
{
border-color: #F0DADB;
}
</style>