Shades of Classic Rose #F7C2DF
Tints of Classic Rose #F7C2DF
RGB
CMYK
RGB Variations
Color information
#F7C2DF (or 0xF7C2DF) is known color: Classic Rose. HEX triplet: F7, C2 and DF. RGB value is (247,194,223). Sum of RGB (Red+Green+Blue) = 247+194+223=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2DF is #083D20. Grayscale: #D5D5D5. Windows color (decimal): -539937 or 14664439. OLE color: 14664439.
HSL color Cylindrical-coordinate representation of color #F7C2DF: hue angle of 327.17º 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 #F7C2DF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 223 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.03 |
| HSL | 327.17º | 0.77% | 0.86% | - |
| HSV(B) | 327.17º | 0.21% | 0.97% | - |
| XYZ | 70.97 | 63.69 | 78.36 | - |
| YUV | 213.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 223 | 0 | 0.21 | 0.10 | 0.03 | 327.17 | 0.77 | 0.86 |
| Hex | F7 | C2 | DF | 0 | 15 | A | 3 | 147 | 4D | 56 |
| Octal | 367 | 302 | 337 | 0 | 25 | 12 | 3 | 507 | 115 | 126 |
| Binary | 11110111 | 11000010 | 11011111 | 0 | 10101 | 1010 | 11 | 101000111 | 1001101 | 1010110 |
Color Harmonies of #F7C2DF
Complementary color
Monochromatic Colors of #F7C2DF
Black with #F7C2DF
Text Example
Text Example
White with #F7C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C2DF; }
p { color: rgb(247,194,223); }
H1.HeaderClassName
{
color: #F7C2DF;
}
.AnyTagClassName
{
color: #F7C2DF;
}
</style>
background-color css
<style>
a { background-color: #F7C2DF; }
a { background-color: rgb(247,194,223); }
div.DivClassName
{
background-color: #F7C2DF;
}
.BgClassName
{
background-color: #F7C2DF;
}
</style>
border-color css
<style>
span { border-color: #F7C2DF; }
span { border-color: rgb(247,194,223); }
td.TdClassName
{
border-color: #F7C2DF;
}
.TagClassName
{
border-color: #F7C2DF;
}
</style>