Shades of Classic Rose #F9C8DA
Tints of Classic Rose #F9C8DA
RGB
CMYK
RGB Variations
Color information
#F9C8DA (or 0xF9C8DA) is known color: Classic Rose. HEX triplet: F9, C8 and DA. RGB value is (249,200,218). Sum of RGB (Red+Green+Blue) = 249+200+218=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8DA is #063725. Grayscale: #D8D8D8. Windows color (decimal): -407334 or 14338297. OLE color: 14338297.
HSL color Cylindrical-coordinate representation of color #F9C8DA: hue angle of 337.96º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C8DA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 218 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.02 |
| HSL | 337.96º | 0.8% | 0.88% | - |
| HSV(B) | 337.96º | 0.2% | 0.98% | - |
| XYZ | 72.38 | 66.51 | 75.35 | - |
| YUV | 216.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 218 | 0 | 0.20 | 0.12 | 0.02 | 337.96 | 0.8 | 0.88 |
| Hex | F9 | C8 | DA | 0 | 14 | C | 2 | 152 | 50 | 58 |
| Octal | 371 | 310 | 332 | 0 | 24 | 14 | 2 | 522 | 120 | 130 |
| Binary | 11111001 | 11001000 | 11011010 | 0 | 10100 | 1100 | 10 | 101010010 | 1010000 | 1011000 |
Color Harmonies of #F9C8DA
Complementary color
Monochromatic Colors of #F9C8DA
Black with #F9C8DA
Text Example
Text Example
White with #F9C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8DA; }
p { color: rgb(249,200,218); }
H1.HeaderClassName
{
color: #F9C8DA;
}
.AnyTagClassName
{
color: #F9C8DA;
}
</style>
background-color css
<style>
a { background-color: #F9C8DA; }
a { background-color: rgb(249,200,218); }
div.DivClassName
{
background-color: #F9C8DA;
}
.BgClassName
{
background-color: #F9C8DA;
}
</style>
border-color css
<style>
span { border-color: #F9C8DA; }
span { border-color: rgb(249,200,218); }
td.TdClassName
{
border-color: #F9C8DA;
}
.TagClassName
{
border-color: #F9C8DA;
}
</style>