Shades of Classic Rose #F8C5DA
Tints of Classic Rose #F8C5DA
RGB
CMYK
RGB Variations
Color information
#F8C5DA (or 0xF8C5DA) is known color: Classic Rose. HEX triplet: F8, C5 and DA. RGB value is (248,197,218). Sum of RGB (Red+Green+Blue) = 248+197+218=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5DA is #073A25. Grayscale: #D6D6D6. Windows color (decimal): -473638 or 14337528. OLE color: 14337528.
HSL color Cylindrical-coordinate representation of color #F8C5DA: hue angle of 335.29º 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 #F8C5DA is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 218 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.03 |
| HSL | 335.29º | 0.78% | 0.87% | - |
| HSV(B) | 335.29º | 0.21% | 0.97% | - |
| XYZ | 71.33 | 64.95 | 75.11 | - |
| YUV | 214.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 218 | 0 | 0.21 | 0.12 | 0.03 | 335.29 | 0.78 | 0.87 |
| Hex | F8 | C5 | DA | 0 | 15 | C | 3 | 14F | 4E | 57 |
| Octal | 370 | 305 | 332 | 0 | 25 | 14 | 3 | 517 | 116 | 127 |
| Binary | 11111000 | 11000101 | 11011010 | 0 | 10101 | 1100 | 11 | 101001111 | 1001110 | 1010111 |
Color Harmonies of #F8C5DA
Complementary color
Monochromatic Colors of #F8C5DA
Black with #F8C5DA
Text Example
Text Example
White with #F8C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C5DA; }
p { color: rgb(248,197,218); }
H1.HeaderClassName
{
color: #F8C5DA;
}
.AnyTagClassName
{
color: #F8C5DA;
}
</style>
background-color css
<style>
a { background-color: #F8C5DA; }
a { background-color: rgb(248,197,218); }
div.DivClassName
{
background-color: #F8C5DA;
}
.BgClassName
{
background-color: #F8C5DA;
}
</style>
border-color css
<style>
span { border-color: #F8C5DA; }
span { border-color: rgb(248,197,218); }
td.TdClassName
{
border-color: #F8C5DA;
}
.TagClassName
{
border-color: #F8C5DA;
}
</style>