Shades of Pale Rose #F0D8DA
Tints of Pale Rose #F0D8DA
RGB
CMYK
RGB Variations
Color information
#F0D8DA (or 0xF0D8DA) is known color: Pale Rose. HEX triplet: F0, D8 and DA. RGB value is (240,216,218). Sum of RGB (Red+Green+Blue) = 240+216+218=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8DA is #0F2725. Grayscale: #DFDFDF. Windows color (decimal): -993062 or 14342384. OLE color: 14342384.
HSL color Cylindrical-coordinate representation of color #F0D8DA: hue angle of 355º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D8DA is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 218 | - |
| CMYK | 0 | 0.1 | 0.09 | 0.06 |
| HSL | 355º | 0.44% | 0.89% | - |
| HSV(B) | 355º | 0.1% | 0.94% | - |
| XYZ | 73.15 | 72.7 | 76.51 | - |
| YUV | 223.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 218 | 0 | 0.1 | 0.09 | 0.06 | 355 | 0.44 | 0.89 |
| Hex | F0 | D8 | DA | 0 | A | 9 | 6 | 163 | 2C | 59 |
| Octal | 360 | 330 | 332 | 0 | 12 | 11 | 6 | 543 | 54 | 131 |
| Binary | 11110000 | 11011000 | 11011010 | 0 | 1010 | 1001 | 110 | 101100011 | 101100 | 1011001 |
Color Harmonies of #F0D8DA
Complementary color
Monochromatic Colors of #F0D8DA
Black with #F0D8DA
Text Example
Text Example
White with #F0D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8DA; }
p { color: rgb(240,216,218); }
H1.HeaderClassName
{
color: #F0D8DA;
}
.AnyTagClassName
{
color: #F0D8DA;
}
</style>
background-color css
<style>
a { background-color: #F0D8DA; }
a { background-color: rgb(240,216,218); }
div.DivClassName
{
background-color: #F0D8DA;
}
.BgClassName
{
background-color: #F0D8DA;
}
</style>
border-color css
<style>
span { border-color: #F0D8DA; }
span { border-color: rgb(240,216,218); }
td.TdClassName
{
border-color: #F0D8DA;
}
.TagClassName
{
border-color: #F0D8DA;
}
</style>