Shades of Classic Rose #F9CBDF
Tints of Classic Rose #F9CBDF
RGB
CMYK
RGB Variations
Color information
#F9CBDF (or 0xF9CBDF) is known color: Classic Rose. HEX triplet: F9, CB and DF. RGB value is (249,203,223). Sum of RGB (Red+Green+Blue) = 249+203+223=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBDF is #063420. Grayscale: #DBDBDB. Windows color (decimal): -406561 or 14666745. OLE color: 14666745.
HSL color Cylindrical-coordinate representation of color #F9CBDF: hue angle of 333.91º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CBDF is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 223 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.02 |
| HSL | 333.91º | 0.79% | 0.89% | - |
| HSV(B) | 333.91º | 0.18% | 0.98% | - |
| XYZ | 73.74 | 68.18 | 79.09 | - |
| YUV | 219.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 223 | 0 | 0.18 | 0.10 | 0.02 | 333.91 | 0.79 | 0.89 |
| Hex | F9 | CB | DF | 0 | 12 | A | 2 | 14E | 4F | 59 |
| Octal | 371 | 313 | 337 | 0 | 22 | 12 | 2 | 516 | 117 | 131 |
| Binary | 11111001 | 11001011 | 11011111 | 0 | 10010 | 1010 | 10 | 101001110 | 1001111 | 1011001 |
Color Harmonies of #F9CBDF
Complementary color
Monochromatic Colors of #F9CBDF
Black with #F9CBDF
Text Example
Text Example
White with #F9CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBDF; }
p { color: rgb(249,203,223); }
H1.HeaderClassName
{
color: #F9CBDF;
}
.AnyTagClassName
{
color: #F9CBDF;
}
</style>
background-color css
<style>
a { background-color: #F9CBDF; }
a { background-color: rgb(249,203,223); }
div.DivClassName
{
background-color: #F9CBDF;
}
.BgClassName
{
background-color: #F9CBDF;
}
</style>
border-color css
<style>
span { border-color: #F9CBDF; }
span { border-color: rgb(249,203,223); }
td.TdClassName
{
border-color: #F9CBDF;
}
.TagClassName
{
border-color: #F9CBDF;
}
</style>