Shades of Pale Rose #F0D7DD
Tints of Pale Rose #F0D7DD
RGB
CMYK
RGB Variations
Color information
#F0D7DD (or 0xF0D7DD) is known color: Pale Rose. HEX triplet: F0, D7 and DD. RGB value is (240,215,221). Sum of RGB (Red+Green+Blue) = 240+215+221=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7DD is #0F2822. Grayscale: #DFDFDF. Windows color (decimal): -993315 or 14538736. OLE color: 14538736.
HSL color Cylindrical-coordinate representation of color #F0D7DD: hue angle of 345.6º degrees, saturation: 0.45, 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 #F0D7DD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 221 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.06 |
| HSL | 345.6º | 0.45% | 0.89% | - |
| HSV(B) | 345.6º | 0.1% | 0.94% | - |
| XYZ | 73.29 | 72.35 | 78.51 | - |
| YUV | 223.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 221 | 0 | 0.10 | 0.08 | 0.06 | 345.6 | 0.45 | 0.89 |
| Hex | F0 | D7 | DD | 0 | A | 8 | 6 | 15A | 2D | 59 |
| Octal | 360 | 327 | 335 | 0 | 12 | 10 | 6 | 532 | 55 | 131 |
| Binary | 11110000 | 11010111 | 11011101 | 0 | 1010 | 1000 | 110 | 101011010 | 101101 | 1011001 |
Color Harmonies of #F0D7DD
Complementary color
Monochromatic Colors of #F0D7DD
Black with #F0D7DD
Text Example
Text Example
White with #F0D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D7DD; }
p { color: rgb(240,215,221); }
H1.HeaderClassName
{
color: #F0D7DD;
}
.AnyTagClassName
{
color: #F0D7DD;
}
</style>
background-color css
<style>
a { background-color: #F0D7DD; }
a { background-color: rgb(240,215,221); }
div.DivClassName
{
background-color: #F0D7DD;
}
.BgClassName
{
background-color: #F0D7DD;
}
</style>
border-color css
<style>
span { border-color: #F0D7DD; }
span { border-color: rgb(240,215,221); }
td.TdClassName
{
border-color: #F0D7DD;
}
.TagClassName
{
border-color: #F0D7DD;
}
</style>