Shades of Classic Rose #F0D1DE
Tints of Classic Rose #F0D1DE
RGB
CMYK
RGB Variations
Color information
#F0D1DE (or 0xF0D1DE) is known color: Classic Rose. HEX triplet: F0, D1 and DE. RGB value is (240,209,222). Sum of RGB (Red+Green+Blue) = 240+209+222=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1DE is #0F2E21. Grayscale: #DBDBDB. Windows color (decimal): -994850 or 14602736. OLE color: 14602736.
HSL color Cylindrical-coordinate representation of color #F0D1DE: hue angle of 334.84º 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 #F0D1DE is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 222 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.06 |
| HSL | 334.84º | 0.51% | 0.88% | - |
| HSV(B) | 334.84º | 0.13% | 0.94% | - |
| XYZ | 71.92 | 69.4 | 78.71 | - |
| YUV | 219.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 222 | 0 | 0.13 | 0.08 | 0.06 | 334.84 | 0.51 | 0.88 |
| Hex | F0 | D1 | DE | 0 | D | 8 | 6 | 14F | 33 | 58 |
| Octal | 360 | 321 | 336 | 0 | 15 | 10 | 6 | 517 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11011110 | 0 | 1101 | 1000 | 110 | 101001111 | 110011 | 1011000 |
Color Harmonies of #F0D1DE
Complementary color
Monochromatic Colors of #F0D1DE
Black with #F0D1DE
Text Example
Text Example
White with #F0D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1DE; }
p { color: rgb(240,209,222); }
H1.HeaderClassName
{
color: #F0D1DE;
}
.AnyTagClassName
{
color: #F0D1DE;
}
</style>
background-color css
<style>
a { background-color: #F0D1DE; }
a { background-color: rgb(240,209,222); }
div.DivClassName
{
background-color: #F0D1DE;
}
.BgClassName
{
background-color: #F0D1DE;
}
</style>
border-color css
<style>
span { border-color: #F0D1DE; }
span { border-color: rgb(240,209,222); }
td.TdClassName
{
border-color: #F0D1DE;
}
.TagClassName
{
border-color: #F0D1DE;
}
</style>