Shades of Lavender Rose #FFB3EC
Tints of Lavender Rose #FFB3EC
RGB
CMYK
RGB Variations
Color information
#FFB3EC (or 0xFFB3EC) is known color: Lavender Rose. HEX triplet: FF, B3 and EC. RGB value is (255,179,236). Sum of RGB (Red+Green+Blue) = 255+179+236=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 179 (70.31% from 255 or 26.72% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3EC is #004C13. Grayscale: #D0D0D0. Windows color (decimal): -19476 or 15512575. OLE color: 15512575.
HSL color Cylindrical-coordinate representation of color #FFB3EC: hue angle of 315º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3EC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 236 | - |
| CMYK | 0 | 0.30 | 0.07 | 0 |
| HSL | 315º | 1% | 0.85% | - |
| HSV(B) | 315º | 0.3% | 1% | - |
| XYZ | 72.5 | 59.56 | 87.03 | - |
| YUV | 208.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 236 | 0 | 0.30 | 0.07 | 0 | 315 | 1 | 0.85 |
| Hex | FF | B3 | EC | 0 | 1E | 7 | 0 | 13B | 64 | 55 |
| Octal | 377 | 263 | 354 | 0 | 36 | 7 | 0 | 473 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11101100 | 0 | 11110 | 111 | 0 | 100111011 | 1100100 | 1010101 |
Color Harmonies of #FFB3EC
Complementary color
Monochromatic Colors of #FFB3EC
Black with #FFB3EC
Text Example
Text Example
White with #FFB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3EC; }
p { color: rgb(255,179,236); }
H1.HeaderClassName
{
color: #FFB3EC;
}
.AnyTagClassName
{
color: #FFB3EC;
}
</style>
background-color css
<style>
a { background-color: #FFB3EC; }
a { background-color: rgb(255,179,236); }
div.DivClassName
{
background-color: #FFB3EC;
}
.BgClassName
{
background-color: #FFB3EC;
}
</style>
border-color css
<style>
span { border-color: #FFB3EC; }
span { border-color: rgb(255,179,236); }
td.TdClassName
{
border-color: #FFB3EC;
}
.TagClassName
{
border-color: #FFB3EC;
}
</style>