Shades of Classic Rose #F8C7DB
Tints of Classic Rose #F8C7DB
RGB
CMYK
RGB Variations
Color information
#F8C7DB (or 0xF8C7DB) is known color: Classic Rose. HEX triplet: F8, C7 and DB. RGB value is (248,199,219). Sum of RGB (Red+Green+Blue) = 248+199+219=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7DB is #073824. Grayscale: #D7D7D7. Windows color (decimal): -473125 or 14403576. OLE color: 14403576.
HSL color Cylindrical-coordinate representation of color #F8C7DB: hue angle of 335.51º 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 #F8C7DB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 219 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.03 |
| HSL | 335.51º | 0.78% | 0.88% | - |
| HSV(B) | 335.51º | 0.2% | 0.97% | - |
| XYZ | 71.92 | 65.92 | 75.95 | - |
| YUV | 215.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 219 | 0 | 0.20 | 0.12 | 0.03 | 335.51 | 0.78 | 0.88 |
| Hex | F8 | C7 | DB | 0 | 14 | C | 3 | 150 | 4E | 58 |
| Octal | 370 | 307 | 333 | 0 | 24 | 14 | 3 | 520 | 116 | 130 |
| Binary | 11111000 | 11000111 | 11011011 | 0 | 10100 | 1100 | 11 | 101010000 | 1001110 | 1011000 |
Color Harmonies of #F8C7DB
Complementary color
Monochromatic Colors of #F8C7DB
Black with #F8C7DB
Text Example
Text Example
White with #F8C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7DB; }
p { color: rgb(248,199,219); }
H1.HeaderClassName
{
color: #F8C7DB;
}
.AnyTagClassName
{
color: #F8C7DB;
}
</style>
background-color css
<style>
a { background-color: #F8C7DB; }
a { background-color: rgb(248,199,219); }
div.DivClassName
{
background-color: #F8C7DB;
}
.BgClassName
{
background-color: #F8C7DB;
}
</style>
border-color css
<style>
span { border-color: #F8C7DB; }
span { border-color: rgb(248,199,219); }
td.TdClassName
{
border-color: #F8C7DB;
}
.TagClassName
{
border-color: #F8C7DB;
}
</style>