Shades of Pale Rose #F0D3D7
Tints of Pale Rose #F0D3D7
RGB
CMYK
RGB Variations
Color information
#F0D3D7 (or 0xF0D3D7) is known color: Pale Rose. HEX triplet: F0, D3 and D7. RGB value is (240,211,215). Sum of RGB (Red+Green+Blue) = 240+211+215=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3D7 is #0F2C28. Grayscale: #DCDCDC. Windows color (decimal): -994345 or 14144496. OLE color: 14144496.
HSL color Cylindrical-coordinate representation of color #F0D3D7: hue angle of 351.72º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D3D7 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 215 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.06 |
| HSL | 351.72º | 0.49% | 0.88% | - |
| HSV(B) | 351.72º | 0.12% | 0.94% | - |
| XYZ | 71.5 | 70.02 | 74.04 | - |
| YUV | 220.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 215 | 0 | 0.12 | 0.10 | 0.06 | 351.72 | 0.49 | 0.88 |
| Hex | F0 | D3 | D7 | 0 | C | A | 6 | 160 | 31 | 58 |
| Octal | 360 | 323 | 327 | 0 | 14 | 12 | 6 | 540 | 61 | 130 |
| Binary | 11110000 | 11010011 | 11010111 | 0 | 1100 | 1010 | 110 | 101100000 | 110001 | 1011000 |
Color Harmonies of #F0D3D7
Complementary color
Monochromatic Colors of #F0D3D7
Black with #F0D3D7
Text Example
Text Example
White with #F0D3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3D7; }
p { color: rgb(240,211,215); }
H1.HeaderClassName
{
color: #F0D3D7;
}
.AnyTagClassName
{
color: #F0D3D7;
}
</style>
background-color css
<style>
a { background-color: #F0D3D7; }
a { background-color: rgb(240,211,215); }
div.DivClassName
{
background-color: #F0D3D7;
}
.BgClassName
{
background-color: #F0D3D7;
}
</style>
border-color css
<style>
span { border-color: #F0D3D7; }
span { border-color: rgb(240,211,215); }
td.TdClassName
{
border-color: #F0D3D7;
}
.TagClassName
{
border-color: #F0D3D7;
}
</style>