Shades of Classic Rose #F0D1DD
Tints of Classic Rose #F0D1DD
RGB
CMYK
RGB Variations
Color information
#F0D1DD (or 0xF0D1DD) is known color: Classic Rose. HEX triplet: F0, D1 and DD. RGB value is (240,209,221). Sum of RGB (Red+Green+Blue) = 240+209+221=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1DD is #0F2E22. Grayscale: #DBDBDB. Windows color (decimal): -994851 or 14537200. OLE color: 14537200.
HSL color Cylindrical-coordinate representation of color #F0D1DD: hue angle of 336.77º 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 #F0D1DD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 209 | 221 | - |
CMYK | 0 | 0.13 | 0.08 | 0.06 |
HSL | 336.77º | 0.51% | 0.88% | - |
HSV(B) | 336.77º | 0.13% | 0.94% | - |
XYZ | 71.79 | 69.35 | 78.01 | - |
YUV | 219.64 | 128.77 | 142.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 209 | 221 | 0 | 0.13 | 0.08 | 0.06 | 336.77 | 0.51 | 0.88 |
Hex | F0 | D1 | DD | 0 | D | 8 | 6 | 151 | 33 | 58 |
Octal | 360 | 321 | 335 | 0 | 15 | 10 | 6 | 521 | 63 | 130 |
Binary | 11110000 | 11010001 | 11011101 | 0 | 1101 | 1000 | 110 | 101010001 | 110011 | 1011000 |
Color Harmonies of #F0D1DD
Complementary color
Monochromatic Colors of #F0D1DD
Black with #F0D1DD
Text Example
Text Example
White with #F0D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1DD; }
p { color: rgb(240,209,221); }
H1.HeaderClassName
{
color: #F0D1DD;
}
.AnyTagClassName
{
color: #F0D1DD;
}
</style>
background-color css
<style>
a { background-color: #F0D1DD; }
a { background-color: rgb(240,209,221); }
div.DivClassName
{
background-color: #F0D1DD;
}
.BgClassName
{
background-color: #F0D1DD;
}
</style>
border-color css
<style>
span { border-color: #F0D1DD; }
span { border-color: rgb(240,209,221); }
td.TdClassName
{
border-color: #F0D1DD;
}
.TagClassName
{
border-color: #F0D1DD;
}
</style>