Shades of Classic Rose #F6BAE0
Tints of Classic Rose #F6BAE0
RGB
CMYK
RGB Variations
Color information
#F6BAE0 (or 0xF6BAE0) is known color: Classic Rose. HEX triplet: F6, BA and E0. RGB value is (246,186,224). Sum of RGB (Red+Green+Blue) = 246+186+224=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAE0 is #09451F. Grayscale: #D0D0D0. Windows color (decimal): -607520 or 14727926. OLE color: 14727926.
HSL color Cylindrical-coordinate representation of color #F6BAE0: hue angle of 322º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BAE0 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 224 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 322º | 0.77% | 0.85% | - |
| HSV(B) | 322º | 0.24% | 0.96% | - |
| XYZ | 69.02 | 60.09 | 78.48 | - |
| YUV | 208.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 224 | 0 | 0.24 | 0.09 | 0.04 | 322 | 0.77 | 0.85 |
| Hex | F6 | BA | E0 | 0 | 18 | 9 | 4 | 142 | 4D | 55 |
| Octal | 366 | 272 | 340 | 0 | 30 | 11 | 4 | 502 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11100000 | 0 | 11000 | 1001 | 100 | 101000010 | 1001101 | 1010101 |
Color Harmonies of #F6BAE0
Complementary color
Monochromatic Colors of #F6BAE0
Black with #F6BAE0
Text Example
Text Example
White with #F6BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAE0; }
p { color: rgb(246,186,224); }
H1.HeaderClassName
{
color: #F6BAE0;
}
.AnyTagClassName
{
color: #F6BAE0;
}
</style>
background-color css
<style>
a { background-color: #F6BAE0; }
a { background-color: rgb(246,186,224); }
div.DivClassName
{
background-color: #F6BAE0;
}
.BgClassName
{
background-color: #F6BAE0;
}
</style>
border-color css
<style>
span { border-color: #F6BAE0; }
span { border-color: rgb(246,186,224); }
td.TdClassName
{
border-color: #F6BAE0;
}
.TagClassName
{
border-color: #F6BAE0;
}
</style>