Shades of Classic Rose #F0C9DC
Tints of Classic Rose #F0C9DC
RGB
CMYK
RGB Variations
Color information
#F0C9DC (or 0xF0C9DC) is known color: Classic Rose. HEX triplet: F0, C9 and DC. RGB value is (240,201,220). Sum of RGB (Red+Green+Blue) = 240+201+220=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9DC is #0F3623. Grayscale: #D6D6D6. Windows color (decimal): -996900 or 14469616. OLE color: 14469616.
HSL color Cylindrical-coordinate representation of color #F0C9DC: hue angle of 330.77º 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 #F0C9DC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 220 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.06 |
| HSL | 330.77º | 0.57% | 0.86% | - |
| HSV(B) | 330.77º | 0.16% | 0.94% | - |
| XYZ | 69.74 | 65.47 | 76.67 | - |
| YUV | 214.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 220 | 0 | 0.16 | 0.08 | 0.06 | 330.77 | 0.57 | 0.86 |
| Hex | F0 | C9 | DC | 0 | 10 | 8 | 6 | 14B | 39 | 56 |
| Octal | 360 | 311 | 334 | 0 | 20 | 10 | 6 | 513 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11011100 | 0 | 10000 | 1000 | 110 | 101001011 | 111001 | 1010110 |
Color Harmonies of #F0C9DC
Complementary color
Monochromatic Colors of #F0C9DC
Black with #F0C9DC
Text Example
Text Example
White with #F0C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9DC; }
p { color: rgb(240,201,220); }
H1.HeaderClassName
{
color: #F0C9DC;
}
.AnyTagClassName
{
color: #F0C9DC;
}
</style>
background-color css
<style>
a { background-color: #F0C9DC; }
a { background-color: rgb(240,201,220); }
div.DivClassName
{
background-color: #F0C9DC;
}
.BgClassName
{
background-color: #F0C9DC;
}
</style>
border-color css
<style>
span { border-color: #F0C9DC; }
span { border-color: rgb(240,201,220); }
td.TdClassName
{
border-color: #F0C9DC;
}
.TagClassName
{
border-color: #F0C9DC;
}
</style>