Shades of Lavender Rose #F6B8EC
Tints of Lavender Rose #F6B8EC
RGB
CMYK
RGB Variations
Color information
#F6B8EC (or 0xF6B8EC) is known color: Lavender Rose. HEX triplet: F6, B8 and EC. RGB value is (246,184,236). Sum of RGB (Red+Green+Blue) = 246+184+236=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B8EC is #094713. Grayscale: #D0D0D0. Windows color (decimal): -608020 or 15513846. OLE color: 15513846.
HSL color Cylindrical-coordinate representation of color #F6B8EC: hue angle of 309.68º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B8EC is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 236 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.04 |
| HSL | 309.68º | 0.78% | 0.84% | - |
| HSV(B) | 309.68º | 0.25% | 0.96% | - |
| XYZ | 70.29 | 59.93 | 87.22 | - |
| YUV | 208.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 236 | 0 | 0.25 | 0.04 | 0.04 | 309.68 | 0.78 | 0.84 |
| Hex | F6 | B8 | EC | 0 | 19 | 4 | 4 | 136 | 4E | 54 |
| Octal | 366 | 270 | 354 | 0 | 31 | 4 | 4 | 466 | 116 | 124 |
| Binary | 11110110 | 10111000 | 11101100 | 0 | 11001 | 100 | 100 | 100110110 | 1001110 | 1010100 |
Color Harmonies of #F6B8EC
Complementary color
Monochromatic Colors of #F6B8EC
Black with #F6B8EC
Text Example
Text Example
White with #F6B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8EC; }
p { color: rgb(246,184,236); }
H1.HeaderClassName
{
color: #F6B8EC;
}
.AnyTagClassName
{
color: #F6B8EC;
}
</style>
background-color css
<style>
a { background-color: #F6B8EC; }
a { background-color: rgb(246,184,236); }
div.DivClassName
{
background-color: #F6B8EC;
}
.BgClassName
{
background-color: #F6B8EC;
}
</style>
border-color css
<style>
span { border-color: #F6B8EC; }
span { border-color: rgb(246,184,236); }
td.TdClassName
{
border-color: #F6B8EC;
}
.TagClassName
{
border-color: #F6B8EC;
}
</style>