Shades of Classic Rose #F8C7DC
Tints of Classic Rose #F8C7DC
RGB
CMYK
RGB Variations
Color information
#F8C7DC (or 0xF8C7DC) is known color: Classic Rose. HEX triplet: F8, C7 and DC. RGB value is (248,199,220). Sum of RGB (Red+Green+Blue) = 248+199+220=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7DC is #073823. Grayscale: #D8D8D8. Windows color (decimal): -473124 or 14469112. OLE color: 14469112.
HSL color Cylindrical-coordinate representation of color #F8C7DC: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C7DC is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 220 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.03 |
| HSL | 334.29º | 0.78% | 0.88% | - |
| HSV(B) | 334.29º | 0.2% | 0.97% | - |
| XYZ | 72.05 | 65.97 | 76.65 | - |
| YUV | 216.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 220 | 0 | 0.20 | 0.11 | 0.03 | 334.29 | 0.78 | 0.88 |
| Hex | F8 | C7 | DC | 0 | 14 | B | 3 | 14E | 4E | 58 |
| Octal | 370 | 307 | 334 | 0 | 24 | 13 | 3 | 516 | 116 | 130 |
| Binary | 11111000 | 11000111 | 11011100 | 0 | 10100 | 1011 | 11 | 101001110 | 1001110 | 1011000 |
Color Harmonies of #F8C7DC
Complementary color
Monochromatic Colors of #F8C7DC
Black with #F8C7DC
Text Example
Text Example
White with #F8C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7DC; }
p { color: rgb(248,199,220); }
H1.HeaderClassName
{
color: #F8C7DC;
}
.AnyTagClassName
{
color: #F8C7DC;
}
</style>
background-color css
<style>
a { background-color: #F8C7DC; }
a { background-color: rgb(248,199,220); }
div.DivClassName
{
background-color: #F8C7DC;
}
.BgClassName
{
background-color: #F8C7DC;
}
</style>
border-color css
<style>
span { border-color: #F8C7DC; }
span { border-color: rgb(248,199,220); }
td.TdClassName
{
border-color: #F8C7DC;
}
.TagClassName
{
border-color: #F8C7DC;
}
</style>