Shades of Pale Rose #F0D4DB
Tints of Pale Rose #F0D4DB
RGB
CMYK
RGB Variations
Color information
#F0D4DB (or 0xF0D4DB) is known color: Pale Rose. HEX triplet: F0, D4 and DB. RGB value is (240,212,219). Sum of RGB (Red+Green+Blue) = 240+212+219=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4DB is #0F2B24. Grayscale: #DDDDDD. Windows color (decimal): -994085 or 14406896. OLE color: 14406896.
HSL color Cylindrical-coordinate representation of color #F0D4DB: hue angle of 345º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D4DB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 219 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.06 |
| HSL | 345º | 0.48% | 0.89% | - |
| HSV(B) | 345º | 0.12% | 0.94% | - |
| XYZ | 72.26 | 70.73 | 76.86 | - |
| YUV | 221.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 219 | 0 | 0.12 | 0.09 | 0.06 | 345 | 0.48 | 0.89 |
| Hex | F0 | D4 | DB | 0 | C | 9 | 6 | 159 | 30 | 59 |
| Octal | 360 | 324 | 333 | 0 | 14 | 11 | 6 | 531 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11011011 | 0 | 1100 | 1001 | 110 | 101011001 | 110000 | 1011001 |
Color Harmonies of #F0D4DB
Complementary color
Monochromatic Colors of #F0D4DB
Black with #F0D4DB
Text Example
Text Example
White with #F0D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4DB; }
p { color: rgb(240,212,219); }
H1.HeaderClassName
{
color: #F0D4DB;
}
.AnyTagClassName
{
color: #F0D4DB;
}
</style>
background-color css
<style>
a { background-color: #F0D4DB; }
a { background-color: rgb(240,212,219); }
div.DivClassName
{
background-color: #F0D4DB;
}
.BgClassName
{
background-color: #F0D4DB;
}
</style>
border-color css
<style>
span { border-color: #F0D4DB; }
span { border-color: rgb(240,212,219); }
td.TdClassName
{
border-color: #F0D4DB;
}
.TagClassName
{
border-color: #F0D4DB;
}
</style>