Shades of Classic Rose #F7C9DE
Tints of Classic Rose #F7C9DE
RGB
CMYK
RGB Variations
Color information
#F7C9DE (or 0xF7C9DE) is known color: Classic Rose. HEX triplet: F7, C9 and DE. RGB value is (247,201,222). Sum of RGB (Red+Green+Blue) = 247+201+222=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9DE is #083621. Grayscale: #D9D9D9. Windows color (decimal): -538146 or 14600695. OLE color: 14600695.
HSL color Cylindrical-coordinate representation of color #F7C9DE: hue angle of 332.61º 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 #F7C9DE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 222 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.03 |
| HSL | 332.61º | 0.74% | 0.88% | - |
| HSV(B) | 332.61º | 0.19% | 0.97% | - |
| XYZ | 72.43 | 66.82 | 78.19 | - |
| YUV | 217.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 222 | 0 | 0.19 | 0.10 | 0.03 | 332.61 | 0.74 | 0.88 |
| Hex | F7 | C9 | DE | 0 | 13 | A | 3 | 14D | 4A | 58 |
| Octal | 367 | 311 | 336 | 0 | 23 | 12 | 3 | 515 | 112 | 130 |
| Binary | 11110111 | 11001001 | 11011110 | 0 | 10011 | 1010 | 11 | 101001101 | 1001010 | 1011000 |
Color Harmonies of #F7C9DE
Complementary color
Monochromatic Colors of #F7C9DE
Black with #F7C9DE
Text Example
Text Example
White with #F7C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C9DE; }
p { color: rgb(247,201,222); }
H1.HeaderClassName
{
color: #F7C9DE;
}
.AnyTagClassName
{
color: #F7C9DE;
}
</style>
background-color css
<style>
a { background-color: #F7C9DE; }
a { background-color: rgb(247,201,222); }
div.DivClassName
{
background-color: #F7C9DE;
}
.BgClassName
{
background-color: #F7C9DE;
}
</style>
border-color css
<style>
span { border-color: #F7C9DE; }
span { border-color: rgb(247,201,222); }
td.TdClassName
{
border-color: #F7C9DE;
}
.TagClassName
{
border-color: #F7C9DE;
}
</style>