Shades of Classic Rose #F9C4DD
Tints of Classic Rose #F9C4DD
RGB
CMYK
RGB Variations
Color information
#F9C4DD (or 0xF9C4DD) is known color: Classic Rose. HEX triplet: F9, C4 and DD. RGB value is (249,196,221). Sum of RGB (Red+Green+Blue) = 249+196+221=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4DD is #063B22. Grayscale: #D6D6D6. Windows color (decimal): -408355 or 14533881. OLE color: 14533881.
HSL color Cylindrical-coordinate representation of color #F9C4DD: hue angle of 331.7º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C4DD is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 221 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.02 |
| HSL | 331.7º | 0.82% | 0.87% | - |
| HSV(B) | 331.7º | 0.21% | 0.98% | - |
| XYZ | 71.86 | 64.84 | 77.13 | - |
| YUV | 214.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 221 | 0 | 0.21 | 0.11 | 0.02 | 331.7 | 0.82 | 0.87 |
| Hex | F9 | C4 | DD | 0 | 15 | B | 2 | 14C | 52 | 57 |
| Octal | 371 | 304 | 335 | 0 | 25 | 13 | 2 | 514 | 122 | 127 |
| Binary | 11111001 | 11000100 | 11011101 | 0 | 10101 | 1011 | 10 | 101001100 | 1010010 | 1010111 |
Color Harmonies of #F9C4DD
Complementary color
Monochromatic Colors of #F9C4DD
Black with #F9C4DD
Text Example
Text Example
White with #F9C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C4DD; }
p { color: rgb(249,196,221); }
H1.HeaderClassName
{
color: #F9C4DD;
}
.AnyTagClassName
{
color: #F9C4DD;
}
</style>
background-color css
<style>
a { background-color: #F9C4DD; }
a { background-color: rgb(249,196,221); }
div.DivClassName
{
background-color: #F9C4DD;
}
.BgClassName
{
background-color: #F9C4DD;
}
</style>
border-color css
<style>
span { border-color: #F9C4DD; }
span { border-color: rgb(249,196,221); }
td.TdClassName
{
border-color: #F9C4DD;
}
.TagClassName
{
border-color: #F9C4DD;
}
</style>