Shades of Lavender Rose #F6B0E5
Tints of Lavender Rose #F6B0E5
RGB
CMYK
RGB Variations
Color information
#F6B0E5 (or 0xF6B0E5) is known color: Lavender Rose. HEX triplet: F6, B0 and E5. RGB value is (246,176,229). Sum of RGB (Red+Green+Blue) = 246+176+229=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0E5 is #094F1A. Grayscale: #CACACA. Windows color (decimal): -610075 or 15053046. OLE color: 15053046.
HSL color Cylindrical-coordinate representation of color #F6B0E5: hue angle of 314.57º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B0E5 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 229 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.04 |
| HSL | 314.57º | 0.8% | 0.83% | - |
| HSV(B) | 314.57º | 0.28% | 0.96% | - |
| XYZ | 67.67 | 56.3 | 81.43 | - |
| YUV | 202.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 229 | 0 | 0.28 | 0.07 | 0.04 | 314.57 | 0.8 | 0.83 |
| Hex | F6 | B0 | E5 | 0 | 1C | 7 | 4 | 13B | 50 | 53 |
| Octal | 366 | 260 | 345 | 0 | 34 | 7 | 4 | 473 | 120 | 123 |
| Binary | 11110110 | 10110000 | 11100101 | 0 | 11100 | 111 | 100 | 100111011 | 1010000 | 1010011 |
Color Harmonies of #F6B0E5
Complementary color
Monochromatic Colors of #F6B0E5
Black with #F6B0E5
Text Example
Text Example
White with #F6B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B0E5; }
p { color: rgb(246,176,229); }
H1.HeaderClassName
{
color: #F6B0E5;
}
.AnyTagClassName
{
color: #F6B0E5;
}
</style>
background-color css
<style>
a { background-color: #F6B0E5; }
a { background-color: rgb(246,176,229); }
div.DivClassName
{
background-color: #F6B0E5;
}
.BgClassName
{
background-color: #F6B0E5;
}
</style>
border-color css
<style>
span { border-color: #F6B0E5; }
span { border-color: rgb(246,176,229); }
td.TdClassName
{
border-color: #F6B0E5;
}
.TagClassName
{
border-color: #F6B0E5;
}
</style>