Shades of Classic Rose #F0C8E5
Tints of Classic Rose #F0C8E5
RGB
CMYK
RGB Variations
Color information
#F0C8E5 (or 0xF0C8E5) is known color: Classic Rose. HEX triplet: F0, C8 and E5. RGB value is (240,200,229). Sum of RGB (Red+Green+Blue) = 240+200+229=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8E5 is #0F371A. Grayscale: #D7D7D7. Windows color (decimal): -997147 or 15059184. OLE color: 15059184.
HSL color Cylindrical-coordinate representation of color #F0C8E5: hue angle of 316.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8E5 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 229 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.06 |
| HSL | 316.5º | 0.57% | 0.86% | - |
| HSV(B) | 316.5º | 0.17% | 0.94% | - |
| XYZ | 70.73 | 65.49 | 83.04 | - |
| YUV | 215.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 229 | 0 | 0.17 | 0.05 | 0.06 | 316.5 | 0.57 | 0.86 |
| Hex | F0 | C8 | E5 | 0 | 11 | 5 | 6 | 13C | 39 | 56 |
| Octal | 360 | 310 | 345 | 0 | 21 | 5 | 6 | 474 | 71 | 126 |
| Binary | 11110000 | 11001000 | 11100101 | 0 | 10001 | 101 | 110 | 100111100 | 111001 | 1010110 |
Color Harmonies of #F0C8E5
Complementary color
Monochromatic Colors of #F0C8E5
Black with #F0C8E5
Text Example
Text Example
White with #F0C8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8E5; }
p { color: rgb(240,200,229); }
H1.HeaderClassName
{
color: #F0C8E5;
}
.AnyTagClassName
{
color: #F0C8E5;
}
</style>
background-color css
<style>
a { background-color: #F0C8E5; }
a { background-color: rgb(240,200,229); }
div.DivClassName
{
background-color: #F0C8E5;
}
.BgClassName
{
background-color: #F0C8E5;
}
</style>
border-color css
<style>
span { border-color: #F0C8E5; }
span { border-color: rgb(240,200,229); }
td.TdClassName
{
border-color: #F0C8E5;
}
.TagClassName
{
border-color: #F0C8E5;
}
</style>