Shades of Classic Rose #F9CADD
Tints of Classic Rose #F9CADD
RGB
CMYK
RGB Variations
Color information
#F9CADD (or 0xF9CADD) is known color: Classic Rose. HEX triplet: F9, CA and DD. RGB value is (249,202,221). Sum of RGB (Red+Green+Blue) = 249+202+221=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CADD is #063522. Grayscale: #DADADA. Windows color (decimal): -406819 or 14535417. OLE color: 14535417.
HSL color Cylindrical-coordinate representation of color #F9CADD: hue angle of 335.74º 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 #F9CADD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 221 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.02 |
| HSL | 335.74º | 0.8% | 0.88% | - |
| HSV(B) | 335.74º | 0.19% | 0.98% | - |
| XYZ | 73.24 | 67.6 | 77.59 | - |
| YUV | 218.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 221 | 0 | 0.19 | 0.11 | 0.02 | 335.74 | 0.8 | 0.88 |
| Hex | F9 | CA | DD | 0 | 13 | B | 2 | 150 | 50 | 58 |
| Octal | 371 | 312 | 335 | 0 | 23 | 13 | 2 | 520 | 120 | 130 |
| Binary | 11111001 | 11001010 | 11011101 | 0 | 10011 | 1011 | 10 | 101010000 | 1010000 | 1011000 |
Color Harmonies of #F9CADD
Complementary color
Monochromatic Colors of #F9CADD
Black with #F9CADD
Text Example
Text Example
White with #F9CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CADD; }
p { color: rgb(249,202,221); }
H1.HeaderClassName
{
color: #F9CADD;
}
.AnyTagClassName
{
color: #F9CADD;
}
</style>
background-color css
<style>
a { background-color: #F9CADD; }
a { background-color: rgb(249,202,221); }
div.DivClassName
{
background-color: #F9CADD;
}
.BgClassName
{
background-color: #F9CADD;
}
</style>
border-color css
<style>
span { border-color: #F9CADD; }
span { border-color: rgb(249,202,221); }
td.TdClassName
{
border-color: #F9CADD;
}
.TagClassName
{
border-color: #F9CADD;
}
</style>