Shades of Classic Rose #F7C2D9
Tints of Classic Rose #F7C2D9
RGB
CMYK
RGB Variations
Color information
#F7C2D9 (or 0xF7C2D9) is known color: Classic Rose. HEX triplet: F7, C2 and D9. RGB value is (247,194,217). Sum of RGB (Red+Green+Blue) = 247+194+217=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2D9 is #083D26. Grayscale: #D4D4D4. Windows color (decimal): -539943 or 14271223. OLE color: 14271223.
HSL color Cylindrical-coordinate representation of color #F7C2D9: hue angle of 333.96º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2D9 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 217 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.03 |
| HSL | 333.96º | 0.77% | 0.86% | - |
| HSV(B) | 333.96º | 0.21% | 0.97% | - |
| XYZ | 70.17 | 63.37 | 74.18 | - |
| YUV | 212.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 217 | 0 | 0.21 | 0.12 | 0.03 | 333.96 | 0.77 | 0.86 |
| Hex | F7 | C2 | D9 | 0 | 15 | C | 3 | 14E | 4D | 56 |
| Octal | 367 | 302 | 331 | 0 | 25 | 14 | 3 | 516 | 115 | 126 |
| Binary | 11110111 | 11000010 | 11011001 | 0 | 10101 | 1100 | 11 | 101001110 | 1001101 | 1010110 |
Color Harmonies of #F7C2D9
Complementary color
Monochromatic Colors of #F7C2D9
Black with #F7C2D9
Text Example
Text Example
White with #F7C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C2D9; }
p { color: rgb(247,194,217); }
H1.HeaderClassName
{
color: #F7C2D9;
}
.AnyTagClassName
{
color: #F7C2D9;
}
</style>
background-color css
<style>
a { background-color: #F7C2D9; }
a { background-color: rgb(247,194,217); }
div.DivClassName
{
background-color: #F7C2D9;
}
.BgClassName
{
background-color: #F7C2D9;
}
</style>
border-color css
<style>
span { border-color: #F7C2D9; }
span { border-color: rgb(247,194,217); }
td.TdClassName
{
border-color: #F7C2D9;
}
.TagClassName
{
border-color: #F7C2D9;
}
</style>