Shades of Lavender Rose #F6B3EF
Tints of Lavender Rose #F6B3EF
RGB
CMYK
RGB Variations
Color information
#F6B3EF (or 0xF6B3EF) is known color: Lavender Rose. HEX triplet: F6, B3 and EF. RGB value is (246,179,239). Sum of RGB (Red+Green+Blue) = 246+179+239=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B3EF is #094C10. Grayscale: #CDCDCD. Windows color (decimal): -609297 or 15709174. OLE color: 15709174.
HSL color Cylindrical-coordinate representation of color #F6B3EF: hue angle of 306.27º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B3EF is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 239 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.04 |
| HSL | 306.27º | 0.79% | 0.83% | - |
| HSV(B) | 306.27º | 0.27% | 0.96% | - |
| XYZ | 69.71 | 58.07 | 89.2 | - |
| YUV | 205.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 239 | 0 | 0.27 | 0.03 | 0.04 | 306.27 | 0.79 | 0.83 |
| Hex | F6 | B3 | EF | 0 | 1B | 3 | 4 | 132 | 4F | 53 |
| Octal | 366 | 263 | 357 | 0 | 33 | 3 | 4 | 462 | 117 | 123 |
| Binary | 11110110 | 10110011 | 11101111 | 0 | 11011 | 11 | 100 | 100110010 | 1001111 | 1010011 |
Color Harmonies of #F6B3EF
Complementary color
Monochromatic Colors of #F6B3EF
Black with #F6B3EF
Text Example
Text Example
White with #F6B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B3EF; }
p { color: rgb(246,179,239); }
H1.HeaderClassName
{
color: #F6B3EF;
}
.AnyTagClassName
{
color: #F6B3EF;
}
</style>
background-color css
<style>
a { background-color: #F6B3EF; }
a { background-color: rgb(246,179,239); }
div.DivClassName
{
background-color: #F6B3EF;
}
.BgClassName
{
background-color: #F6B3EF;
}
</style>
border-color css
<style>
span { border-color: #F6B3EF; }
span { border-color: rgb(246,179,239); }
td.TdClassName
{
border-color: #F6B3EF;
}
.TagClassName
{
border-color: #F6B3EF;
}
</style>