Shades of Classic Rose #F9C0DA
Tints of Classic Rose #F9C0DA
RGB
CMYK
RGB Variations
Color information
#F9C0DA (or 0xF9C0DA) is known color: Classic Rose. HEX triplet: F9, C0 and DA. RGB value is (249,192,218). Sum of RGB (Red+Green+Blue) = 249+192+218=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0DA is #063F25. Grayscale: #D3D3D3. Windows color (decimal): -409382 or 14336249. OLE color: 14336249.
HSL color Cylindrical-coordinate representation of color #F9C0DA: hue angle of 332.63º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0DA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 218 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.02 |
| HSL | 332.63º | 0.83% | 0.86% | - |
| HSV(B) | 332.63º | 0.23% | 0.98% | - |
| XYZ | 70.57 | 62.9 | 74.75 | - |
| YUV | 212.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 218 | 0 | 0.23 | 0.12 | 0.02 | 332.63 | 0.83 | 0.86 |
| Hex | F9 | C0 | DA | 0 | 17 | C | 2 | 14D | 53 | 56 |
| Octal | 371 | 300 | 332 | 0 | 27 | 14 | 2 | 515 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11011010 | 0 | 10111 | 1100 | 10 | 101001101 | 1010011 | 1010110 |
Color Harmonies of #F9C0DA
Complementary color
Monochromatic Colors of #F9C0DA
Black with #F9C0DA
Text Example
Text Example
White with #F9C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0DA; }
p { color: rgb(249,192,218); }
H1.HeaderClassName
{
color: #F9C0DA;
}
.AnyTagClassName
{
color: #F9C0DA;
}
</style>
background-color css
<style>
a { background-color: #F9C0DA; }
a { background-color: rgb(249,192,218); }
div.DivClassName
{
background-color: #F9C0DA;
}
.BgClassName
{
background-color: #F9C0DA;
}
</style>
border-color css
<style>
span { border-color: #F9C0DA; }
span { border-color: rgb(249,192,218); }
td.TdClassName
{
border-color: #F9C0DA;
}
.TagClassName
{
border-color: #F9C0DA;
}
</style>