Shades of Classic Rose #F6BEE2
Tints of Classic Rose #F6BEE2
RGB
CMYK
RGB Variations
Color information
#F6BEE2 (or 0xF6BEE2) is known color: Classic Rose. HEX triplet: F6, BE and E2. RGB value is (246,190,226). Sum of RGB (Red+Green+Blue) = 246+190+226=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEE2 is #09411D. Grayscale: #D2D2D2. Windows color (decimal): -606494 or 14860022. OLE color: 14860022.
HSL color Cylindrical-coordinate representation of color #F6BEE2: hue angle of 321.43º 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 #F6BEE2 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 226 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.04 |
| HSL | 321.43º | 0.76% | 0.85% | - |
| HSV(B) | 321.43º | 0.23% | 0.96% | - |
| XYZ | 70.15 | 61.91 | 80.2 | - |
| YUV | 210.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 226 | 0 | 0.23 | 0.08 | 0.04 | 321.43 | 0.76 | 0.85 |
| Hex | F6 | BE | E2 | 0 | 17 | 8 | 4 | 141 | 4C | 55 |
| Octal | 366 | 276 | 342 | 0 | 27 | 10 | 4 | 501 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11100010 | 0 | 10111 | 1000 | 100 | 101000001 | 1001100 | 1010101 |
Color Harmonies of #F6BEE2
Complementary color
Monochromatic Colors of #F6BEE2
Black with #F6BEE2
Text Example
Text Example
White with #F6BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEE2; }
p { color: rgb(246,190,226); }
H1.HeaderClassName
{
color: #F6BEE2;
}
.AnyTagClassName
{
color: #F6BEE2;
}
</style>
background-color css
<style>
a { background-color: #F6BEE2; }
a { background-color: rgb(246,190,226); }
div.DivClassName
{
background-color: #F6BEE2;
}
.BgClassName
{
background-color: #F6BEE2;
}
</style>
border-color css
<style>
span { border-color: #F6BEE2; }
span { border-color: rgb(246,190,226); }
td.TdClassName
{
border-color: #F6BEE2;
}
.TagClassName
{
border-color: #F6BEE2;
}
</style>