Shades of Classic Rose #F0C9DF
Tints of Classic Rose #F0C9DF
RGB
CMYK
RGB Variations
Color information
#F0C9DF (or 0xF0C9DF) is known color: Classic Rose. HEX triplet: F0, C9 and DF. RGB value is (240,201,223). Sum of RGB (Red+Green+Blue) = 240+201+223=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9DF is #0F3620. Grayscale: #D7D7D7. Windows color (decimal): -996897 or 14666224. OLE color: 14666224.
HSL color Cylindrical-coordinate representation of color #F0C9DF: hue angle of 326.15º 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 #F0C9DF is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 223 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.06 |
| HSL | 326.15º | 0.57% | 0.86% | - |
| HSV(B) | 326.15º | 0.16% | 0.94% | - |
| XYZ | 70.14 | 65.63 | 78.78 | - |
| YUV | 215.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 223 | 0 | 0.16 | 0.07 | 0.06 | 326.15 | 0.57 | 0.86 |
| Hex | F0 | C9 | DF | 0 | 10 | 7 | 6 | 146 | 39 | 56 |
| Octal | 360 | 311 | 337 | 0 | 20 | 7 | 6 | 506 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11011111 | 0 | 10000 | 111 | 110 | 101000110 | 111001 | 1010110 |
Color Harmonies of #F0C9DF
Complementary color
Monochromatic Colors of #F0C9DF
Black with #F0C9DF
Text Example
Text Example
White with #F0C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9DF; }
p { color: rgb(240,201,223); }
H1.HeaderClassName
{
color: #F0C9DF;
}
.AnyTagClassName
{
color: #F0C9DF;
}
</style>
background-color css
<style>
a { background-color: #F0C9DF; }
a { background-color: rgb(240,201,223); }
div.DivClassName
{
background-color: #F0C9DF;
}
.BgClassName
{
background-color: #F0C9DF;
}
</style>
border-color css
<style>
span { border-color: #F0C9DF; }
span { border-color: rgb(240,201,223); }
td.TdClassName
{
border-color: #F0C9DF;
}
.TagClassName
{
border-color: #F0C9DF;
}
</style>