Shades of Classic Rose #F0CCE6
Tints of Classic Rose #F0CCE6
RGB
CMYK
RGB Variations
Color information
#F0CCE6 (or 0xF0CCE6) is known color: Classic Rose. HEX triplet: F0, CC and E6. RGB value is (240,204,230). Sum of RGB (Red+Green+Blue) = 240+204+230=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCE6 is #0F3319. Grayscale: #D9D9D9. Windows color (decimal): -996122 or 15125744. OLE color: 15125744.
HSL color Cylindrical-coordinate representation of color #F0CCE6: hue angle of 316.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCE6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 230 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.06 |
| HSL | 316.67º | 0.55% | 0.87% | - |
| HSV(B) | 316.67º | 0.15% | 0.94% | - |
| XYZ | 71.81 | 67.42 | 84.09 | - |
| YUV | 217.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 230 | 0 | 0.15 | 0.04 | 0.06 | 316.67 | 0.55 | 0.87 |
| Hex | F0 | CC | E6 | 0 | F | 4 | 6 | 13D | 37 | 57 |
| Octal | 360 | 314 | 346 | 0 | 17 | 4 | 6 | 475 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11100110 | 0 | 1111 | 100 | 110 | 100111101 | 110111 | 1010111 |
Color Harmonies of #F0CCE6
Complementary color
Monochromatic Colors of #F0CCE6
Black with #F0CCE6
Text Example
Text Example
White with #F0CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCE6; }
p { color: rgb(240,204,230); }
H1.HeaderClassName
{
color: #F0CCE6;
}
.AnyTagClassName
{
color: #F0CCE6;
}
</style>
background-color css
<style>
a { background-color: #F0CCE6; }
a { background-color: rgb(240,204,230); }
div.DivClassName
{
background-color: #F0CCE6;
}
.BgClassName
{
background-color: #F0CCE6;
}
</style>
border-color css
<style>
span { border-color: #F0CCE6; }
span { border-color: rgb(240,204,230); }
td.TdClassName
{
border-color: #F0CCE6;
}
.TagClassName
{
border-color: #F0CCE6;
}
</style>