Shades of Classic Rose #F7BAE2
Tints of Classic Rose #F7BAE2
RGB
CMYK
RGB Variations
Color information
#F7BAE2 (or 0xF7BAE2) is known color: Classic Rose. HEX triplet: F7, BA and E2. RGB value is (247,186,226). Sum of RGB (Red+Green+Blue) = 247+186+226=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAE2 is #08451D. Grayscale: #D0D0D0. Windows color (decimal): -541982 or 14858999. OLE color: 14858999.
HSL color Cylindrical-coordinate representation of color #F7BAE2: hue angle of 320.66º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BAE2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 226 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.03 |
| HSL | 320.66º | 0.79% | 0.85% | - |
| HSV(B) | 320.66º | 0.25% | 0.97% | - |
| XYZ | 69.64 | 60.38 | 79.94 | - |
| YUV | 208.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 226 | 0 | 0.25 | 0.09 | 0.03 | 320.66 | 0.79 | 0.85 |
| Hex | F7 | BA | E2 | 0 | 19 | 9 | 3 | 141 | 4F | 55 |
| Octal | 367 | 272 | 342 | 0 | 31 | 11 | 3 | 501 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11100010 | 0 | 11001 | 1001 | 11 | 101000001 | 1001111 | 1010101 |
Color Harmonies of #F7BAE2
Complementary color
Monochromatic Colors of #F7BAE2
Black with #F7BAE2
Text Example
Text Example
White with #F7BAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BAE2; }
p { color: rgb(247,186,226); }
H1.HeaderClassName
{
color: #F7BAE2;
}
.AnyTagClassName
{
color: #F7BAE2;
}
</style>
background-color css
<style>
a { background-color: #F7BAE2; }
a { background-color: rgb(247,186,226); }
div.DivClassName
{
background-color: #F7BAE2;
}
.BgClassName
{
background-color: #F7BAE2;
}
</style>
border-color css
<style>
span { border-color: #F7BAE2; }
span { border-color: rgb(247,186,226); }
td.TdClassName
{
border-color: #F7BAE2;
}
.TagClassName
{
border-color: #F7BAE2;
}
</style>