Shades of Classic Rose #F0C9D8
Tints of Classic Rose #F0C9D8
RGB
CMYK
RGB Variations
Color information
#F0C9D8 (or 0xF0C9D8) is known color: Classic Rose. HEX triplet: F0, C9 and D8. RGB value is (240,201,216). Sum of RGB (Red+Green+Blue) = 240+201+216=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9D8 is #0F3627. Grayscale: #D6D6D6. Windows color (decimal): -996904 or 14207472. OLE color: 14207472.
HSL color Cylindrical-coordinate representation of color #F0C9D8: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9D8 is Cyan = 0, Magento = 0.16, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 216 | - |
| CMYK | 0 | 0.16 | 0.1 | 0.06 |
| HSL | 336.92º | 0.57% | 0.86% | - |
| HSV(B) | 336.92º | 0.16% | 0.94% | - |
| XYZ | 69.22 | 65.26 | 73.91 | - |
| YUV | 214.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 216 | 0 | 0.16 | 0.1 | 0.06 | 336.92 | 0.57 | 0.86 |
| Hex | F0 | C9 | D8 | 0 | 10 | A | 6 | 151 | 39 | 56 |
| Octal | 360 | 311 | 330 | 0 | 20 | 12 | 6 | 521 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11011000 | 0 | 10000 | 1010 | 110 | 101010001 | 111001 | 1010110 |
Color Harmonies of #F0C9D8
Complementary color
Monochromatic Colors of #F0C9D8
Black with #F0C9D8
Text Example
Text Example
White with #F0C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9D8; }
p { color: rgb(240,201,216); }
H1.HeaderClassName
{
color: #F0C9D8;
}
.AnyTagClassName
{
color: #F0C9D8;
}
</style>
background-color css
<style>
a { background-color: #F0C9D8; }
a { background-color: rgb(240,201,216); }
div.DivClassName
{
background-color: #F0C9D8;
}
.BgClassName
{
background-color: #F0C9D8;
}
</style>
border-color css
<style>
span { border-color: #F0C9D8; }
span { border-color: rgb(240,201,216); }
td.TdClassName
{
border-color: #F0C9D8;
}
.TagClassName
{
border-color: #F0C9D8;
}
</style>