Shades of Classic Rose #F7C2EA
Tints of Classic Rose #F7C2EA
RGB
CMYK
RGB Variations
Color information
#F7C2EA (or 0xF7C2EA) is known color: Classic Rose. HEX triplet: F7, C2 and EA. RGB value is (247,194,234). Sum of RGB (Red+Green+Blue) = 247+194+234=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2EA is #083D15. Grayscale: #D6D6D6. Windows color (decimal): -539926 or 15385335. OLE color: 15385335.
HSL color Cylindrical-coordinate representation of color #F7C2EA: hue angle of 314.72º 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 #F7C2EA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 234 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.03 |
| HSL | 314.72º | 0.77% | 0.86% | - |
| HSV(B) | 314.72º | 0.21% | 0.97% | - |
| XYZ | 72.5 | 64.3 | 86.43 | - |
| YUV | 214.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 234 | 0 | 0.21 | 0.05 | 0.03 | 314.72 | 0.77 | 0.86 |
| Hex | F7 | C2 | EA | 0 | 15 | 5 | 3 | 13B | 4D | 56 |
| Octal | 367 | 302 | 352 | 0 | 25 | 5 | 3 | 473 | 115 | 126 |
| Binary | 11110111 | 11000010 | 11101010 | 0 | 10101 | 101 | 11 | 100111011 | 1001101 | 1010110 |
Color Harmonies of #F7C2EA
Complementary color
Monochromatic Colors of #F7C2EA
Black with #F7C2EA
Text Example
Text Example
White with #F7C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C2EA; }
p { color: rgb(247,194,234); }
H1.HeaderClassName
{
color: #F7C2EA;
}
.AnyTagClassName
{
color: #F7C2EA;
}
</style>
background-color css
<style>
a { background-color: #F7C2EA; }
a { background-color: rgb(247,194,234); }
div.DivClassName
{
background-color: #F7C2EA;
}
.BgClassName
{
background-color: #F7C2EA;
}
</style>
border-color css
<style>
span { border-color: #F7C2EA; }
span { border-color: rgb(247,194,234); }
td.TdClassName
{
border-color: #F7C2EA;
}
.TagClassName
{
border-color: #F7C2EA;
}
</style>