Shades of Classic Rose #F9C9DF
Tints of Classic Rose #F9C9DF
RGB
CMYK
RGB Variations
Color information
#F9C9DF (or 0xF9C9DF) is known color: Classic Rose. HEX triplet: F9, C9 and DF. RGB value is (249,201,223). Sum of RGB (Red+Green+Blue) = 249+201+223=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C9DF is #063620. Grayscale: #D9D9D9. Windows color (decimal): -407073 or 14666233. OLE color: 14666233.
HSL color Cylindrical-coordinate representation of color #F9C9DF: hue angle of 332.5º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9C9DF is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 223 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.02 |
| HSL | 332.5º | 0.8% | 0.88% | - |
| HSV(B) | 332.5º | 0.19% | 0.98% | - |
| XYZ | 73.27 | 67.24 | 78.93 | - |
| YUV | 217.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 223 | 0 | 0.19 | 0.10 | 0.02 | 332.5 | 0.8 | 0.88 |
| Hex | F9 | C9 | DF | 0 | 13 | A | 2 | 14C | 50 | 58 |
| Octal | 371 | 311 | 337 | 0 | 23 | 12 | 2 | 514 | 120 | 130 |
| Binary | 11111001 | 11001001 | 11011111 | 0 | 10011 | 1010 | 10 | 101001100 | 1010000 | 1011000 |
Color Harmonies of #F9C9DF
Complementary color
Monochromatic Colors of #F9C9DF
Black with #F9C9DF
Text Example
Text Example
White with #F9C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C9DF; }
p { color: rgb(249,201,223); }
H1.HeaderClassName
{
color: #F9C9DF;
}
.AnyTagClassName
{
color: #F9C9DF;
}
</style>
background-color css
<style>
a { background-color: #F9C9DF; }
a { background-color: rgb(249,201,223); }
div.DivClassName
{
background-color: #F9C9DF;
}
.BgClassName
{
background-color: #F9C9DF;
}
</style>
border-color css
<style>
span { border-color: #F9C9DF; }
span { border-color: rgb(249,201,223); }
td.TdClassName
{
border-color: #F9C9DF;
}
.TagClassName
{
border-color: #F9C9DF;
}
</style>