Shades of Classic Rose #F9CFDF
Tints of Classic Rose #F9CFDF
RGB
CMYK
RGB Variations
Color information
#F9CFDF (or 0xF9CFDF) is known color: Classic Rose. HEX triplet: F9, CF and DF. RGB value is (249,207,223). Sum of RGB (Red+Green+Blue) = 249+207+223=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFDF is #063020. Grayscale: #DDDDDD. Windows color (decimal): -405537 or 14667769. OLE color: 14667769.
HSL color Cylindrical-coordinate representation of color #F9CFDF: hue angle of 337.14º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CFDF is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 223 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.02 |
| HSL | 337.14º | 0.78% | 0.89% | - |
| HSV(B) | 337.14º | 0.17% | 0.98% | - |
| XYZ | 74.7 | 70.09 | 79.4 | - |
| YUV | 221.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 223 | 0 | 0.17 | 0.10 | 0.02 | 337.14 | 0.78 | 0.89 |
| Hex | F9 | CF | DF | 0 | 11 | A | 2 | 151 | 4E | 59 |
| Octal | 371 | 317 | 337 | 0 | 21 | 12 | 2 | 521 | 116 | 131 |
| Binary | 11111001 | 11001111 | 11011111 | 0 | 10001 | 1010 | 10 | 101010001 | 1001110 | 1011001 |
Color Harmonies of #F9CFDF
Complementary color
Monochromatic Colors of #F9CFDF
Black with #F9CFDF
Text Example
Text Example
White with #F9CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFDF; }
p { color: rgb(249,207,223); }
H1.HeaderClassName
{
color: #F9CFDF;
}
.AnyTagClassName
{
color: #F9CFDF;
}
</style>
background-color css
<style>
a { background-color: #F9CFDF; }
a { background-color: rgb(249,207,223); }
div.DivClassName
{
background-color: #F9CFDF;
}
.BgClassName
{
background-color: #F9CFDF;
}
</style>
border-color css
<style>
span { border-color: #F9CFDF; }
span { border-color: rgb(249,207,223); }
td.TdClassName
{
border-color: #F9CFDF;
}
.TagClassName
{
border-color: #F9CFDF;
}
</style>