Shades of Classic Rose #F9C8DF
Tints of Classic Rose #F9C8DF
RGB
CMYK
RGB Variations
Color information
#F9C8DF (or 0xF9C8DF) is known color: Classic Rose. HEX triplet: F9, C8 and DF. RGB value is (249,200,223). Sum of RGB (Red+Green+Blue) = 249+200+223=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8DF is #063720. Grayscale: #D9D9D9. Windows color (decimal): -407329 or 14665977. OLE color: 14665977.
HSL color Cylindrical-coordinate representation of color #F9C8DF: hue angle of 331.84º 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 #F9C8DF is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 223 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.02 |
| HSL | 331.84º | 0.8% | 0.88% | - |
| HSV(B) | 331.84º | 0.2% | 0.98% | - |
| XYZ | 73.04 | 66.78 | 78.85 | - |
| YUV | 217.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 223 | 0 | 0.20 | 0.10 | 0.02 | 331.84 | 0.8 | 0.88 |
| Hex | F9 | C8 | DF | 0 | 14 | A | 2 | 14C | 50 | 58 |
| Octal | 371 | 310 | 337 | 0 | 24 | 12 | 2 | 514 | 120 | 130 |
| Binary | 11111001 | 11001000 | 11011111 | 0 | 10100 | 1010 | 10 | 101001100 | 1010000 | 1011000 |
Color Harmonies of #F9C8DF
Complementary color
Monochromatic Colors of #F9C8DF
Black with #F9C8DF
Text Example
Text Example
White with #F9C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8DF; }
p { color: rgb(249,200,223); }
H1.HeaderClassName
{
color: #F9C8DF;
}
.AnyTagClassName
{
color: #F9C8DF;
}
</style>
background-color css
<style>
a { background-color: #F9C8DF; }
a { background-color: rgb(249,200,223); }
div.DivClassName
{
background-color: #F9C8DF;
}
.BgClassName
{
background-color: #F9C8DF;
}
</style>
border-color css
<style>
span { border-color: #F9C8DF; }
span { border-color: rgb(249,200,223); }
td.TdClassName
{
border-color: #F9C8DF;
}
.TagClassName
{
border-color: #F9C8DF;
}
</style>