Shades of Classic Rose #F0CCE4
Tints of Classic Rose #F0CCE4
RGB
CMYK
RGB Variations
Color information
#F0CCE4 (or 0xF0CCE4) is known color: Classic Rose. HEX triplet: F0, CC and E4. RGB value is (240,204,228). Sum of RGB (Red+Green+Blue) = 240+204+228=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCE4 is #0F331B. Grayscale: #D9D9D9. Windows color (decimal): -996124 or 14994672. OLE color: 14994672.
HSL color Cylindrical-coordinate representation of color #F0CCE4: hue angle of 320º 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 #F0CCE4 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 228 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.06 |
| HSL | 320º | 0.55% | 0.87% | - |
| HSV(B) | 320º | 0.15% | 0.94% | - |
| XYZ | 71.53 | 67.31 | 82.62 | - |
| YUV | 217.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 228 | 0 | 0.15 | 0.05 | 0.06 | 320 | 0.55 | 0.87 |
| Hex | F0 | CC | E4 | 0 | F | 5 | 6 | 140 | 37 | 57 |
| Octal | 360 | 314 | 344 | 0 | 17 | 5 | 6 | 500 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11100100 | 0 | 1111 | 101 | 110 | 101000000 | 110111 | 1010111 |
Color Harmonies of #F0CCE4
Complementary color
Monochromatic Colors of #F0CCE4
Black with #F0CCE4
Text Example
Text Example
White with #F0CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCE4; }
p { color: rgb(240,204,228); }
H1.HeaderClassName
{
color: #F0CCE4;
}
.AnyTagClassName
{
color: #F0CCE4;
}
</style>
background-color css
<style>
a { background-color: #F0CCE4; }
a { background-color: rgb(240,204,228); }
div.DivClassName
{
background-color: #F0CCE4;
}
.BgClassName
{
background-color: #F0CCE4;
}
</style>
border-color css
<style>
span { border-color: #F0CCE4; }
span { border-color: rgb(240,204,228); }
td.TdClassName
{
border-color: #F0CCE4;
}
.TagClassName
{
border-color: #F0CCE4;
}
</style>