Shades of Classic Rose #F0CCE5
Tints of Classic Rose #F0CCE5
RGB
CMYK
RGB Variations
Color information
#F0CCE5 (or 0xF0CCE5) is known color: Classic Rose. HEX triplet: F0, CC and E5. RGB value is (240,204,229). Sum of RGB (Red+Green+Blue) = 240+204+229=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCE5 is #0F331A. Grayscale: #D9D9D9. Windows color (decimal): -996123 or 15060208. OLE color: 15060208.
HSL color Cylindrical-coordinate representation of color #F0CCE5: hue angle of 318.33º 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 #F0CCE5 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 229 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.06 |
| HSL | 318.33º | 0.55% | 0.87% | - |
| HSV(B) | 318.33º | 0.15% | 0.94% | - |
| XYZ | 71.67 | 67.37 | 83.35 | - |
| YUV | 217.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 229 | 0 | 0.15 | 0.05 | 0.06 | 318.33 | 0.55 | 0.87 |
| Hex | F0 | CC | E5 | 0 | F | 5 | 6 | 13E | 37 | 57 |
| Octal | 360 | 314 | 345 | 0 | 17 | 5 | 6 | 476 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11100101 | 0 | 1111 | 101 | 110 | 100111110 | 110111 | 1010111 |
Color Harmonies of #F0CCE5
Complementary color
Monochromatic Colors of #F0CCE5
Black with #F0CCE5
Text Example
Text Example
White with #F0CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCE5; }
p { color: rgb(240,204,229); }
H1.HeaderClassName
{
color: #F0CCE5;
}
.AnyTagClassName
{
color: #F0CCE5;
}
</style>
background-color css
<style>
a { background-color: #F0CCE5; }
a { background-color: rgb(240,204,229); }
div.DivClassName
{
background-color: #F0CCE5;
}
.BgClassName
{
background-color: #F0CCE5;
}
</style>
border-color css
<style>
span { border-color: #F0CCE5; }
span { border-color: rgb(240,204,229); }
td.TdClassName
{
border-color: #F0CCE5;
}
.TagClassName
{
border-color: #F0CCE5;
}
</style>