Shades of Classic Rose #F0D0DF
Tints of Classic Rose #F0D0DF
RGB
CMYK
RGB Variations
Color information
#F0D0DF (or 0xF0D0DF) is known color: Classic Rose. HEX triplet: F0, D0 and DF. RGB value is (240,208,223). Sum of RGB (Red+Green+Blue) = 240+208+223=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0DF is #0F2F20. Grayscale: #DBDBDB. Windows color (decimal): -995105 or 14668016. OLE color: 14668016.
HSL color Cylindrical-coordinate representation of color #F0D0DF: hue angle of 331.88º 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 #F0D0DF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 223 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.06 |
| HSL | 331.88º | 0.52% | 0.88% | - |
| HSV(B) | 331.88º | 0.13% | 0.94% | - |
| XYZ | 71.81 | 68.96 | 79.34 | - |
| YUV | 219.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 223 | 0 | 0.13 | 0.07 | 0.06 | 331.88 | 0.52 | 0.88 |
| Hex | F0 | D0 | DF | 0 | D | 7 | 6 | 14C | 34 | 58 |
| Octal | 360 | 320 | 337 | 0 | 15 | 7 | 6 | 514 | 64 | 130 |
| Binary | 11110000 | 11010000 | 11011111 | 0 | 1101 | 111 | 110 | 101001100 | 110100 | 1011000 |
Color Harmonies of #F0D0DF
Complementary color
Monochromatic Colors of #F0D0DF
Black with #F0D0DF
Text Example
Text Example
White with #F0D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0DF; }
p { color: rgb(240,208,223); }
H1.HeaderClassName
{
color: #F0D0DF;
}
.AnyTagClassName
{
color: #F0D0DF;
}
</style>
background-color css
<style>
a { background-color: #F0D0DF; }
a { background-color: rgb(240,208,223); }
div.DivClassName
{
background-color: #F0D0DF;
}
.BgClassName
{
background-color: #F0D0DF;
}
</style>
border-color css
<style>
span { border-color: #F0D0DF; }
span { border-color: rgb(240,208,223); }
td.TdClassName
{
border-color: #F0D0DF;
}
.TagClassName
{
border-color: #F0D0DF;
}
</style>