Shades of Classic Rose #F0C9DD
Tints of Classic Rose #F0C9DD
RGB
CMYK
RGB Variations
Color information
#F0C9DD (or 0xF0C9DD) is known color: Classic Rose. HEX triplet: F0, C9 and DD. RGB value is (240,201,221). Sum of RGB (Red+Green+Blue) = 240+201+221=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9DD is #0F3622. Grayscale: #D6D6D6. Windows color (decimal): -996899 or 14535152. OLE color: 14535152.
HSL color Cylindrical-coordinate representation of color #F0C9DD: hue angle of 329.23º 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 #F0C9DD is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 221 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.06 |
| HSL | 329.23º | 0.57% | 0.86% | - |
| HSV(B) | 329.23º | 0.16% | 0.94% | - |
| XYZ | 69.87 | 65.52 | 77.37 | - |
| YUV | 214.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 221 | 0 | 0.16 | 0.08 | 0.06 | 329.23 | 0.57 | 0.86 |
| Hex | F0 | C9 | DD | 0 | 10 | 8 | 6 | 149 | 39 | 56 |
| Octal | 360 | 311 | 335 | 0 | 20 | 10 | 6 | 511 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11011101 | 0 | 10000 | 1000 | 110 | 101001001 | 111001 | 1010110 |
Color Harmonies of #F0C9DD
Complementary color
Monochromatic Colors of #F0C9DD
Black with #F0C9DD
Text Example
Text Example
White with #F0C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9DD; }
p { color: rgb(240,201,221); }
H1.HeaderClassName
{
color: #F0C9DD;
}
.AnyTagClassName
{
color: #F0C9DD;
}
</style>
background-color css
<style>
a { background-color: #F0C9DD; }
a { background-color: rgb(240,201,221); }
div.DivClassName
{
background-color: #F0C9DD;
}
.BgClassName
{
background-color: #F0C9DD;
}
</style>
border-color css
<style>
span { border-color: #F0C9DD; }
span { border-color: rgb(240,201,221); }
td.TdClassName
{
border-color: #F0C9DD;
}
.TagClassName
{
border-color: #F0C9DD;
}
</style>