Shades of Classic Rose #F0C8DE
Tints of Classic Rose #F0C8DE
RGB
CMYK
RGB Variations
Color information
#F0C8DE (or 0xF0C8DE) is known color: Classic Rose. HEX triplet: F0, C8 and DE. RGB value is (240,200,222). Sum of RGB (Red+Green+Blue) = 240+200+222=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8DE is #0F3721. Grayscale: #D6D6D6. Windows color (decimal): -997154 or 14600432. OLE color: 14600432.
HSL color Cylindrical-coordinate representation of color #F0C8DE: hue angle of 327º 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 #F0C8DE is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 222 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.06 |
| HSL | 327º | 0.57% | 0.86% | - |
| HSV(B) | 327º | 0.17% | 0.94% | - |
| XYZ | 69.77 | 65.11 | 78 | - |
| YUV | 214.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 222 | 0 | 0.17 | 0.08 | 0.06 | 327 | 0.57 | 0.86 |
| Hex | F0 | C8 | DE | 0 | 11 | 8 | 6 | 147 | 39 | 56 |
| Octal | 360 | 310 | 336 | 0 | 21 | 10 | 6 | 507 | 71 | 126 |
| Binary | 11110000 | 11001000 | 11011110 | 0 | 10001 | 1000 | 110 | 101000111 | 111001 | 1010110 |
Color Harmonies of #F0C8DE
Complementary color
Monochromatic Colors of #F0C8DE
Black with #F0C8DE
Text Example
Text Example
White with #F0C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8DE; }
p { color: rgb(240,200,222); }
H1.HeaderClassName
{
color: #F0C8DE;
}
.AnyTagClassName
{
color: #F0C8DE;
}
</style>
background-color css
<style>
a { background-color: #F0C8DE; }
a { background-color: rgb(240,200,222); }
div.DivClassName
{
background-color: #F0C8DE;
}
.BgClassName
{
background-color: #F0C8DE;
}
</style>
border-color css
<style>
span { border-color: #F0C8DE; }
span { border-color: rgb(240,200,222); }
td.TdClassName
{
border-color: #F0C8DE;
}
.TagClassName
{
border-color: #F0C8DE;
}
</style>