Shades of Lavender Rose #F6BEE8
Tints of Lavender Rose #F6BEE8
RGB
CMYK
RGB Variations
Color information
#F6BEE8 (or 0xF6BEE8) is known color: Lavender Rose. HEX triplet: F6, BE and E8. RGB value is (246,190,232). Sum of RGB (Red+Green+Blue) = 246+190+232=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEE8 is #094117. Grayscale: #D3D3D3. Windows color (decimal): -606488 or 15253238. OLE color: 15253238.
HSL color Cylindrical-coordinate representation of color #F6BEE8: hue angle of 315º 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 #F6BEE8 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 232 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.04 |
| HSL | 315º | 0.76% | 0.85% | - |
| HSV(B) | 315º | 0.23% | 0.96% | - |
| XYZ | 70.98 | 62.25 | 84.62 | - |
| YUV | 211.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 232 | 0 | 0.23 | 0.06 | 0.04 | 315 | 0.76 | 0.85 |
| Hex | F6 | BE | E8 | 0 | 17 | 6 | 4 | 13B | 4C | 55 |
| Octal | 366 | 276 | 350 | 0 | 27 | 6 | 4 | 473 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11101000 | 0 | 10111 | 110 | 100 | 100111011 | 1001100 | 1010101 |
Color Harmonies of #F6BEE8
Complementary color
Monochromatic Colors of #F6BEE8
Black with #F6BEE8
Text Example
Text Example
White with #F6BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEE8; }
p { color: rgb(246,190,232); }
H1.HeaderClassName
{
color: #F6BEE8;
}
.AnyTagClassName
{
color: #F6BEE8;
}
</style>
background-color css
<style>
a { background-color: #F6BEE8; }
a { background-color: rgb(246,190,232); }
div.DivClassName
{
background-color: #F6BEE8;
}
.BgClassName
{
background-color: #F6BEE8;
}
</style>
border-color css
<style>
span { border-color: #F6BEE8; }
span { border-color: rgb(246,190,232); }
td.TdClassName
{
border-color: #F6BEE8;
}
.TagClassName
{
border-color: #F6BEE8;
}
</style>