Shades of Classic Rose #F6BEE0
Tints of Classic Rose #F6BEE0
RGB
CMYK
RGB Variations
Color information
#F6BEE0 (or 0xF6BEE0) is known color: Classic Rose. HEX triplet: F6, BE and E0. RGB value is (246,190,224). Sum of RGB (Red+Green+Blue) = 246+190+224=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEE0 is #09411F. Grayscale: #D2D2D2. Windows color (decimal): -606496 or 14728950. OLE color: 14728950.
HSL color Cylindrical-coordinate representation of color #F6BEE0: hue angle of 323.57º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BEE0 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 224 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 323.57º | 0.76% | 0.85% | - |
| HSV(B) | 323.57º | 0.23% | 0.96% | - |
| XYZ | 69.87 | 61.8 | 78.77 | - |
| YUV | 210.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 224 | 0 | 0.23 | 0.09 | 0.04 | 323.57 | 0.76 | 0.85 |
| Hex | F6 | BE | E0 | 0 | 17 | 9 | 4 | 144 | 4C | 55 |
| Octal | 366 | 276 | 340 | 0 | 27 | 11 | 4 | 504 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11100000 | 0 | 10111 | 1001 | 100 | 101000100 | 1001100 | 1010101 |
Color Harmonies of #F6BEE0
Complementary color
Monochromatic Colors of #F6BEE0
Black with #F6BEE0
Text Example
Text Example
White with #F6BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEE0; }
p { color: rgb(246,190,224); }
H1.HeaderClassName
{
color: #F6BEE0;
}
.AnyTagClassName
{
color: #F6BEE0;
}
</style>
background-color css
<style>
a { background-color: #F6BEE0; }
a { background-color: rgb(246,190,224); }
div.DivClassName
{
background-color: #F6BEE0;
}
.BgClassName
{
background-color: #F6BEE0;
}
</style>
border-color css
<style>
span { border-color: #F6BEE0; }
span { border-color: rgb(246,190,224); }
td.TdClassName
{
border-color: #F6BEE0;
}
.TagClassName
{
border-color: #F6BEE0;
}
</style>