Shades of Lavender Rose #F6B9EA
Tints of Lavender Rose #F6B9EA
RGB
CMYK
RGB Variations
Color information
#F6B9EA (or 0xF6B9EA) is known color: Lavender Rose. HEX triplet: F6, B9 and EA. RGB value is (246,185,234). Sum of RGB (Red+Green+Blue) = 246+185+234=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B9EA is #094615. Grayscale: #D0D0D0. Windows color (decimal): -607766 or 15383030. OLE color: 15383030.
HSL color Cylindrical-coordinate representation of color #F6B9EA: hue angle of 311.8º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9EA is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 234 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.04 |
| HSL | 311.8º | 0.77% | 0.85% | - |
| HSV(B) | 311.8º | 0.25% | 0.96% | - |
| XYZ | 70.21 | 60.23 | 85.77 | - |
| YUV | 208.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 234 | 0 | 0.25 | 0.05 | 0.04 | 311.8 | 0.77 | 0.85 |
| Hex | F6 | B9 | EA | 0 | 19 | 5 | 4 | 138 | 4D | 55 |
| Octal | 366 | 271 | 352 | 0 | 31 | 5 | 4 | 470 | 115 | 125 |
| Binary | 11110110 | 10111001 | 11101010 | 0 | 11001 | 101 | 100 | 100111000 | 1001101 | 1010101 |
Color Harmonies of #F6B9EA
Complementary color
Monochromatic Colors of #F6B9EA
Black with #F6B9EA
Text Example
Text Example
White with #F6B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B9EA; }
p { color: rgb(246,185,234); }
H1.HeaderClassName
{
color: #F6B9EA;
}
.AnyTagClassName
{
color: #F6B9EA;
}
</style>
background-color css
<style>
a { background-color: #F6B9EA; }
a { background-color: rgb(246,185,234); }
div.DivClassName
{
background-color: #F6B9EA;
}
.BgClassName
{
background-color: #F6B9EA;
}
</style>
border-color css
<style>
span { border-color: #F6B9EA; }
span { border-color: rgb(246,185,234); }
td.TdClassName
{
border-color: #F6B9EA;
}
.TagClassName
{
border-color: #F6B9EA;
}
</style>