Shades of Classic Rose #F7BAE0
Tints of Classic Rose #F7BAE0
RGB
CMYK
RGB Variations
Color information
#F7BAE0 (or 0xF7BAE0) is known color: Classic Rose. HEX triplet: F7, BA and E0. RGB value is (247,186,224). Sum of RGB (Red+Green+Blue) = 247+186+224=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAE0 is #08451F. Grayscale: #D0D0D0. Windows color (decimal): -541984 or 14727927. OLE color: 14727927.
HSL color Cylindrical-coordinate representation of color #F7BAE0: hue angle of 322.62º 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 #F7BAE0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 224 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.03 |
| HSL | 322.62º | 0.79% | 0.85% | - |
| HSV(B) | 322.62º | 0.25% | 0.97% | - |
| XYZ | 69.37 | 60.27 | 78.5 | - |
| YUV | 208.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 224 | 0 | 0.25 | 0.09 | 0.03 | 322.62 | 0.79 | 0.85 |
| Hex | F7 | BA | E0 | 0 | 19 | 9 | 3 | 143 | 4F | 55 |
| Octal | 367 | 272 | 340 | 0 | 31 | 11 | 3 | 503 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11100000 | 0 | 11001 | 1001 | 11 | 101000011 | 1001111 | 1010101 |
Color Harmonies of #F7BAE0
Complementary color
Monochromatic Colors of #F7BAE0
Black with #F7BAE0
Text Example
Text Example
White with #F7BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BAE0; }
p { color: rgb(247,186,224); }
H1.HeaderClassName
{
color: #F7BAE0;
}
.AnyTagClassName
{
color: #F7BAE0;
}
</style>
background-color css
<style>
a { background-color: #F7BAE0; }
a { background-color: rgb(247,186,224); }
div.DivClassName
{
background-color: #F7BAE0;
}
.BgClassName
{
background-color: #F7BAE0;
}
</style>
border-color css
<style>
span { border-color: #F7BAE0; }
span { border-color: rgb(247,186,224); }
td.TdClassName
{
border-color: #F7BAE0;
}
.TagClassName
{
border-color: #F7BAE0;
}
</style>