Shades of Classic Rose #F7C9DC
Tints of Classic Rose #F7C9DC
RGB
CMYK
RGB Variations
Color information
#F7C9DC (or 0xF7C9DC) is known color: Classic Rose. HEX triplet: F7, C9 and DC. RGB value is (247,201,220). Sum of RGB (Red+Green+Blue) = 247+201+220=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9DC is #083623. Grayscale: #D8D8D8. Windows color (decimal): -538148 or 14469623. OLE color: 14469623.
HSL color Cylindrical-coordinate representation of color #F7C9DC: hue angle of 335.22º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7C9DC is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 220 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.03 |
| HSL | 335.22º | 0.74% | 0.88% | - |
| HSV(B) | 335.22º | 0.19% | 0.97% | - |
| XYZ | 72.16 | 66.71 | 76.78 | - |
| YUV | 216.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 220 | 0 | 0.19 | 0.11 | 0.03 | 335.22 | 0.74 | 0.88 |
| Hex | F7 | C9 | DC | 0 | 13 | B | 3 | 14F | 4A | 58 |
| Octal | 367 | 311 | 334 | 0 | 23 | 13 | 3 | 517 | 112 | 130 |
| Binary | 11110111 | 11001001 | 11011100 | 0 | 10011 | 1011 | 11 | 101001111 | 1001010 | 1011000 |
Color Harmonies of #F7C9DC
Complementary color
Monochromatic Colors of #F7C9DC
Black with #F7C9DC
Text Example
Text Example
White with #F7C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C9DC; }
p { color: rgb(247,201,220); }
H1.HeaderClassName
{
color: #F7C9DC;
}
.AnyTagClassName
{
color: #F7C9DC;
}
</style>
background-color css
<style>
a { background-color: #F7C9DC; }
a { background-color: rgb(247,201,220); }
div.DivClassName
{
background-color: #F7C9DC;
}
.BgClassName
{
background-color: #F7C9DC;
}
</style>
border-color css
<style>
span { border-color: #F7C9DC; }
span { border-color: rgb(247,201,220); }
td.TdClassName
{
border-color: #F7C9DC;
}
.TagClassName
{
border-color: #F7C9DC;
}
</style>