Shades of Classic Rose #F8C8D9
Tints of Classic Rose #F8C8D9
RGB
CMYK
RGB Variations
Color information
#F8C8D9 (or 0xF8C8D9) is known color: Classic Rose. HEX triplet: F8, C8 and D9. RGB value is (248,200,217). Sum of RGB (Red+Green+Blue) = 248+200+217=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C8D9 is #073726. Grayscale: #D8D8D8. Windows color (decimal): -472871 or 14272760. OLE color: 14272760.
HSL color Cylindrical-coordinate representation of color #F8C8D9: hue angle of 338.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8C8D9 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 217 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.03 |
| HSL | 338.75º | 0.77% | 0.88% | - |
| HSV(B) | 338.75º | 0.19% | 0.97% | - |
| XYZ | 71.89 | 66.27 | 74.65 | - |
| YUV | 216.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 217 | 0 | 0.19 | 0.12 | 0.03 | 338.75 | 0.77 | 0.88 |
| Hex | F8 | C8 | D9 | 0 | 13 | C | 3 | 153 | 4D | 58 |
| Octal | 370 | 310 | 331 | 0 | 23 | 14 | 3 | 523 | 115 | 130 |
| Binary | 11111000 | 11001000 | 11011001 | 0 | 10011 | 1100 | 11 | 101010011 | 1001101 | 1011000 |
Color Harmonies of #F8C8D9
Complementary color
Monochromatic Colors of #F8C8D9
Black with #F8C8D9
Text Example
Text Example
White with #F8C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8D9; }
p { color: rgb(248,200,217); }
H1.HeaderClassName
{
color: #F8C8D9;
}
.AnyTagClassName
{
color: #F8C8D9;
}
</style>
background-color css
<style>
a { background-color: #F8C8D9; }
a { background-color: rgb(248,200,217); }
div.DivClassName
{
background-color: #F8C8D9;
}
.BgClassName
{
background-color: #F8C8D9;
}
</style>
border-color css
<style>
span { border-color: #F8C8D9; }
span { border-color: rgb(248,200,217); }
td.TdClassName
{
border-color: #F8C8D9;
}
.TagClassName
{
border-color: #F8C8D9;
}
</style>