Shades of Pale Rose #F0D8DC
Tints of Pale Rose #F0D8DC
RGB
CMYK
RGB Variations
Color information
#F0D8DC (or 0xF0D8DC) is known color: Pale Rose. HEX triplet: F0, D8 and DC. RGB value is (240,216,220). Sum of RGB (Red+Green+Blue) = 240+216+220=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8DC is #0F2723. Grayscale: #DFDFDF. Windows color (decimal): -993060 or 14473456. OLE color: 14473456.
HSL color Cylindrical-coordinate representation of color #F0D8DC: hue angle of 350º 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 #F0D8DC is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 220 | - |
| CMYK | 0 | 0.1 | 0.08 | 0.06 |
| HSL | 350º | 0.44% | 0.89% | - |
| HSV(B) | 350º | 0.1% | 0.94% | - |
| XYZ | 73.41 | 72.8 | 77.89 | - |
| YUV | 223.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 220 | 0 | 0.1 | 0.08 | 0.06 | 350 | 0.44 | 0.89 |
| Hex | F0 | D8 | DC | 0 | A | 8 | 6 | 15E | 2C | 59 |
| Octal | 360 | 330 | 334 | 0 | 12 | 10 | 6 | 536 | 54 | 131 |
| Binary | 11110000 | 11011000 | 11011100 | 0 | 1010 | 1000 | 110 | 101011110 | 101100 | 1011001 |
Color Harmonies of #F0D8DC
Complementary color
Monochromatic Colors of #F0D8DC
Black with #F0D8DC
Text Example
Text Example
White with #F0D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8DC; }
p { color: rgb(240,216,220); }
H1.HeaderClassName
{
color: #F0D8DC;
}
.AnyTagClassName
{
color: #F0D8DC;
}
</style>
background-color css
<style>
a { background-color: #F0D8DC; }
a { background-color: rgb(240,216,220); }
div.DivClassName
{
background-color: #F0D8DC;
}
.BgClassName
{
background-color: #F0D8DC;
}
</style>
border-color css
<style>
span { border-color: #F0D8DC; }
span { border-color: rgb(240,216,220); }
td.TdClassName
{
border-color: #F0D8DC;
}
.TagClassName
{
border-color: #F0D8DC;
}
</style>