Shades of Pale Rose #F0D1D7
Tints of Pale Rose #F0D1D7
RGB
CMYK
RGB Variations
Color information
#F0D1D7 (or 0xF0D1D7) is known color: Pale Rose. HEX triplet: F0, D1 and D7. RGB value is (240,209,215). Sum of RGB (Red+Green+Blue) = 240+209+215=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1D7 is #0F2E28. Grayscale: #DADADA. Windows color (decimal): -994857 or 14143984. OLE color: 14143984.
HSL color Cylindrical-coordinate representation of color #F0D1D7: hue angle of 348.39º degrees, saturation: 0.51, 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 #F0D1D7 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 215 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.06 |
| HSL | 348.39º | 0.51% | 0.88% | - |
| HSV(B) | 348.39º | 0.13% | 0.94% | - |
| XYZ | 71 | 69.03 | 73.87 | - |
| YUV | 218.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 215 | 0 | 0.13 | 0.10 | 0.06 | 348.39 | 0.51 | 0.88 |
| Hex | F0 | D1 | D7 | 0 | D | A | 6 | 15C | 33 | 58 |
| Octal | 360 | 321 | 327 | 0 | 15 | 12 | 6 | 534 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11010111 | 0 | 1101 | 1010 | 110 | 101011100 | 110011 | 1011000 |
Color Harmonies of #F0D1D7
Complementary color
Monochromatic Colors of #F0D1D7
Black with #F0D1D7
Text Example
Text Example
White with #F0D1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1D7; }
p { color: rgb(240,209,215); }
H1.HeaderClassName
{
color: #F0D1D7;
}
.AnyTagClassName
{
color: #F0D1D7;
}
</style>
background-color css
<style>
a { background-color: #F0D1D7; }
a { background-color: rgb(240,209,215); }
div.DivClassName
{
background-color: #F0D1D7;
}
.BgClassName
{
background-color: #F0D1D7;
}
</style>
border-color css
<style>
span { border-color: #F0D1D7; }
span { border-color: rgb(240,209,215); }
td.TdClassName
{
border-color: #F0D1D7;
}
.TagClassName
{
border-color: #F0D1D7;
}
</style>