Shades of Classic Rose #F6BEE1
Tints of Classic Rose #F6BEE1
RGB
CMYK
RGB Variations
Color information
#F6BEE1 (or 0xF6BEE1) is known color: Classic Rose. HEX triplet: F6, BE and E1. RGB value is (246,190,225). Sum of RGB (Red+Green+Blue) = 246+190+225=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEE1 is #09411E. Grayscale: #D2D2D2. Windows color (decimal): -606495 or 14794486. OLE color: 14794486.
HSL color Cylindrical-coordinate representation of color #F6BEE1: hue angle of 322.5º 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 #F6BEE1 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 225 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 322.5º | 0.76% | 0.85% | - |
| HSV(B) | 322.5º | 0.23% | 0.96% | - |
| XYZ | 70.01 | 61.86 | 79.48 | - |
| YUV | 210.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 225 | 0 | 0.23 | 0.09 | 0.04 | 322.5 | 0.76 | 0.85 |
| Hex | F6 | BE | E1 | 0 | 17 | 9 | 4 | 142 | 4C | 55 |
| Octal | 366 | 276 | 341 | 0 | 27 | 11 | 4 | 502 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11100001 | 0 | 10111 | 1001 | 100 | 101000010 | 1001100 | 1010101 |
Color Harmonies of #F6BEE1
Complementary color
Monochromatic Colors of #F6BEE1
Black with #F6BEE1
Text Example
Text Example
White with #F6BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEE1; }
p { color: rgb(246,190,225); }
H1.HeaderClassName
{
color: #F6BEE1;
}
.AnyTagClassName
{
color: #F6BEE1;
}
</style>
background-color css
<style>
a { background-color: #F6BEE1; }
a { background-color: rgb(246,190,225); }
div.DivClassName
{
background-color: #F6BEE1;
}
.BgClassName
{
background-color: #F6BEE1;
}
</style>
border-color css
<style>
span { border-color: #F6BEE1; }
span { border-color: rgb(246,190,225); }
td.TdClassName
{
border-color: #F6BEE1;
}
.TagClassName
{
border-color: #F6BEE1;
}
</style>