Shades of Classic Rose #F8C0EA
Tints of Classic Rose #F8C0EA
RGB
CMYK
RGB Variations
Color information
#F8C0EA (or 0xF8C0EA) is known color: Classic Rose. HEX triplet: F8, C0 and EA. RGB value is (248,192,234). Sum of RGB (Red+Green+Blue) = 248+192+234=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0EA is #073F15. Grayscale: #D5D5D5. Windows color (decimal): -474902 or 15384824. OLE color: 15384824.
HSL color Cylindrical-coordinate representation of color #F8C0EA: hue angle of 315º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0EA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 234 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.03 |
| HSL | 315º | 0.8% | 0.86% | - |
| HSV(B) | 315º | 0.23% | 0.97% | - |
| XYZ | 72.41 | 63.6 | 86.3 | - |
| YUV | 213.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 234 | 0 | 0.23 | 0.06 | 0.03 | 315 | 0.8 | 0.86 |
| Hex | F8 | C0 | EA | 0 | 17 | 6 | 3 | 13B | 50 | 56 |
| Octal | 370 | 300 | 352 | 0 | 27 | 6 | 3 | 473 | 120 | 126 |
| Binary | 11111000 | 11000000 | 11101010 | 0 | 10111 | 110 | 11 | 100111011 | 1010000 | 1010110 |
Color Harmonies of #F8C0EA
Complementary color
Monochromatic Colors of #F8C0EA
Black with #F8C0EA
Text Example
Text Example
White with #F8C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0EA; }
p { color: rgb(248,192,234); }
H1.HeaderClassName
{
color: #F8C0EA;
}
.AnyTagClassName
{
color: #F8C0EA;
}
</style>
background-color css
<style>
a { background-color: #F8C0EA; }
a { background-color: rgb(248,192,234); }
div.DivClassName
{
background-color: #F8C0EA;
}
.BgClassName
{
background-color: #F8C0EA;
}
</style>
border-color css
<style>
span { border-color: #F8C0EA; }
span { border-color: rgb(248,192,234); }
td.TdClassName
{
border-color: #F8C0EA;
}
.TagClassName
{
border-color: #F8C0EA;
}
</style>