Shades of Classic Rose #F8C0DF
Tints of Classic Rose #F8C0DF
RGB
CMYK
RGB Variations
Color information
#F8C0DF (or 0xF8C0DF) is known color: Classic Rose. HEX triplet: F8, C0 and DF. RGB value is (248,192,223). Sum of RGB (Red+Green+Blue) = 248+192+223=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0DF is #073F20. Grayscale: #D4D4D4. Windows color (decimal): -474913 or 14663928. OLE color: 14663928.
HSL color Cylindrical-coordinate representation of color #F8C0DF: hue angle of 326.79º 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 #F8C0DF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 223 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.03 |
| HSL | 326.79º | 0.8% | 0.86% | - |
| HSV(B) | 326.79º | 0.23% | 0.97% | - |
| XYZ | 70.88 | 62.98 | 78.23 | - |
| YUV | 212.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 223 | 0 | 0.23 | 0.10 | 0.03 | 326.79 | 0.8 | 0.86 |
| Hex | F8 | C0 | DF | 0 | 17 | A | 3 | 147 | 50 | 56 |
| Octal | 370 | 300 | 337 | 0 | 27 | 12 | 3 | 507 | 120 | 126 |
| Binary | 11111000 | 11000000 | 11011111 | 0 | 10111 | 1010 | 11 | 101000111 | 1010000 | 1010110 |
Color Harmonies of #F8C0DF
Complementary color
Monochromatic Colors of #F8C0DF
Black with #F8C0DF
Text Example
Text Example
White with #F8C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0DF; }
p { color: rgb(248,192,223); }
H1.HeaderClassName
{
color: #F8C0DF;
}
.AnyTagClassName
{
color: #F8C0DF;
}
</style>
background-color css
<style>
a { background-color: #F8C0DF; }
a { background-color: rgb(248,192,223); }
div.DivClassName
{
background-color: #F8C0DF;
}
.BgClassName
{
background-color: #F8C0DF;
}
</style>
border-color css
<style>
span { border-color: #F8C0DF; }
span { border-color: rgb(248,192,223); }
td.TdClassName
{
border-color: #F8C0DF;
}
.TagClassName
{
border-color: #F8C0DF;
}
</style>