Shades of Pale Rose #F0D0D6
Tints of Pale Rose #F0D0D6
RGB
CMYK
RGB Variations
Color information
#F0D0D6 (or 0xF0D0D6) is known color: Pale Rose. HEX triplet: F0, D0 and D6. RGB value is (240,208,214). Sum of RGB (Red+Green+Blue) = 240+208+214=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0D6 is #0F2F29. Grayscale: #DADADA. Windows color (decimal): -995114 or 14078192. OLE color: 14078192.
HSL color Cylindrical-coordinate representation of color #F0D0D6: hue angle of 348.75º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D0D6 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 214 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.06 |
| HSL | 348.75º | 0.52% | 0.88% | - |
| HSV(B) | 348.75º | 0.13% | 0.94% | - |
| XYZ | 70.63 | 68.49 | 73.12 | - |
| YUV | 218.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 214 | 0 | 0.13 | 0.11 | 0.06 | 348.75 | 0.52 | 0.88 |
| Hex | F0 | D0 | D6 | 0 | D | B | 6 | 15D | 34 | 58 |
| Octal | 360 | 320 | 326 | 0 | 15 | 13 | 6 | 535 | 64 | 130 |
| Binary | 11110000 | 11010000 | 11010110 | 0 | 1101 | 1011 | 110 | 101011101 | 110100 | 1011000 |
Color Harmonies of #F0D0D6
Complementary color
Monochromatic Colors of #F0D0D6
Black with #F0D0D6
Text Example
Text Example
White with #F0D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0D6; }
p { color: rgb(240,208,214); }
H1.HeaderClassName
{
color: #F0D0D6;
}
.AnyTagClassName
{
color: #F0D0D6;
}
</style>
background-color css
<style>
a { background-color: #F0D0D6; }
a { background-color: rgb(240,208,214); }
div.DivClassName
{
background-color: #F0D0D6;
}
.BgClassName
{
background-color: #F0D0D6;
}
</style>
border-color css
<style>
span { border-color: #F0D0D6; }
span { border-color: rgb(240,208,214); }
td.TdClassName
{
border-color: #F0D0D6;
}
.TagClassName
{
border-color: #F0D0D6;
}
</style>