Shades of Classic Rose #F6BAE1
Tints of Classic Rose #F6BAE1
RGB
CMYK
RGB Variations
Color information
#F6BAE1 (or 0xF6BAE1) is known color: Classic Rose. HEX triplet: F6, BA and E1. RGB value is (246,186,225). Sum of RGB (Red+Green+Blue) = 246+186+225=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAE1 is #09451E. Grayscale: #D0D0D0. Windows color (decimal): -607519 or 14793462. OLE color: 14793462.
HSL color Cylindrical-coordinate representation of color #F6BAE1: hue angle of 321º 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 #F6BAE1 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 225 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 321º | 0.77% | 0.85% | - |
| HSV(B) | 321º | 0.24% | 0.96% | - |
| XYZ | 69.16 | 60.15 | 79.2 | - |
| YUV | 208.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 225 | 0 | 0.24 | 0.09 | 0.04 | 321 | 0.77 | 0.85 |
| Hex | F6 | BA | E1 | 0 | 18 | 9 | 4 | 141 | 4D | 55 |
| Octal | 366 | 272 | 341 | 0 | 30 | 11 | 4 | 501 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11100001 | 0 | 11000 | 1001 | 100 | 101000001 | 1001101 | 1010101 |
Color Harmonies of #F6BAE1
Complementary color
Monochromatic Colors of #F6BAE1
Black with #F6BAE1
Text Example
Text Example
White with #F6BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAE1; }
p { color: rgb(246,186,225); }
H1.HeaderClassName
{
color: #F6BAE1;
}
.AnyTagClassName
{
color: #F6BAE1;
}
</style>
background-color css
<style>
a { background-color: #F6BAE1; }
a { background-color: rgb(246,186,225); }
div.DivClassName
{
background-color: #F6BAE1;
}
.BgClassName
{
background-color: #F6BAE1;
}
</style>
border-color css
<style>
span { border-color: #F6BAE1; }
span { border-color: rgb(246,186,225); }
td.TdClassName
{
border-color: #F6BAE1;
}
.TagClassName
{
border-color: #F6BAE1;
}
</style>