Shades of Classic Rose #F8C5DC
Tints of Classic Rose #F8C5DC
RGB
CMYK
RGB Variations
Color information
#F8C5DC (or 0xF8C5DC) is known color: Classic Rose. HEX triplet: F8, C5 and DC. RGB value is (248,197,220). Sum of RGB (Red+Green+Blue) = 248+197+220=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5DC is #073A23. Grayscale: #D6D6D6. Windows color (decimal): -473636 or 14468600. OLE color: 14468600.
HSL color Cylindrical-coordinate representation of color #F8C5DC: hue angle of 332.94º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C5DC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 220 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.03 |
| HSL | 332.94º | 0.78% | 0.87% | - |
| HSV(B) | 332.94º | 0.21% | 0.97% | - |
| XYZ | 71.6 | 65.06 | 76.49 | - |
| YUV | 214.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 220 | 0 | 0.21 | 0.11 | 0.03 | 332.94 | 0.78 | 0.87 |
| Hex | F8 | C5 | DC | 0 | 15 | B | 3 | 14D | 4E | 57 |
| Octal | 370 | 305 | 334 | 0 | 25 | 13 | 3 | 515 | 116 | 127 |
| Binary | 11111000 | 11000101 | 11011100 | 0 | 10101 | 1011 | 11 | 101001101 | 1001110 | 1010111 |
Color Harmonies of #F8C5DC
Complementary color
Monochromatic Colors of #F8C5DC
Black with #F8C5DC
Text Example
Text Example
White with #F8C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C5DC; }
p { color: rgb(248,197,220); }
H1.HeaderClassName
{
color: #F8C5DC;
}
.AnyTagClassName
{
color: #F8C5DC;
}
</style>
background-color css
<style>
a { background-color: #F8C5DC; }
a { background-color: rgb(248,197,220); }
div.DivClassName
{
background-color: #F8C5DC;
}
.BgClassName
{
background-color: #F8C5DC;
}
</style>
border-color css
<style>
span { border-color: #F8C5DC; }
span { border-color: rgb(248,197,220); }
td.TdClassName
{
border-color: #F8C5DC;
}
.TagClassName
{
border-color: #F8C5DC;
}
</style>