Shades of Classic Rose #F6BBE0
Tints of Classic Rose #F6BBE0
RGB
CMYK
RGB Variations
Color information
#F6BBE0 (or 0xF6BBE0) is known color: Classic Rose. HEX triplet: F6, BB and E0. RGB value is (246,187,224). Sum of RGB (Red+Green+Blue) = 246+187+224=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBE0 is #09441F. Grayscale: #D0D0D0. Windows color (decimal): -607264 or 14728182. OLE color: 14728182.
HSL color Cylindrical-coordinate representation of color #F6BBE0: hue angle of 322.37º 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 #F6BBE0 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 224 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 322.37º | 0.77% | 0.85% | - |
| HSV(B) | 322.37º | 0.24% | 0.96% | - |
| XYZ | 69.23 | 60.52 | 78.55 | - |
| YUV | 208.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 224 | 0 | 0.24 | 0.09 | 0.04 | 322.37 | 0.77 | 0.85 |
| Hex | F6 | BB | E0 | 0 | 18 | 9 | 4 | 142 | 4D | 55 |
| Octal | 366 | 273 | 340 | 0 | 30 | 11 | 4 | 502 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11100000 | 0 | 11000 | 1001 | 100 | 101000010 | 1001101 | 1010101 |
Color Harmonies of #F6BBE0
Complementary color
Monochromatic Colors of #F6BBE0
Black with #F6BBE0
Text Example
Text Example
White with #F6BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBE0; }
p { color: rgb(246,187,224); }
H1.HeaderClassName
{
color: #F6BBE0;
}
.AnyTagClassName
{
color: #F6BBE0;
}
</style>
background-color css
<style>
a { background-color: #F6BBE0; }
a { background-color: rgb(246,187,224); }
div.DivClassName
{
background-color: #F6BBE0;
}
.BgClassName
{
background-color: #F6BBE0;
}
</style>
border-color css
<style>
span { border-color: #F6BBE0; }
span { border-color: rgb(246,187,224); }
td.TdClassName
{
border-color: #F6BBE0;
}
.TagClassName
{
border-color: #F6BBE0;
}
</style>