Shades of Lavender Rose #FFB3EF
Tints of Lavender Rose #FFB3EF
RGB
CMYK
RGB Variations
Color information
#FFB3EF (or 0xFFB3EF) is known color: Lavender Rose. HEX triplet: FF, B3 and EF. RGB value is (255,179,239). Sum of RGB (Red+Green+Blue) = 255+179+239=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 179 (70.31% from 255 or 26.60% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3EF is #004C10. Grayscale: #D0D0D0. Windows color (decimal): -19473 or 15709183. OLE color: 15709183.
HSL color Cylindrical-coordinate representation of color #FFB3EF: hue angle of 312.63º 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 #FFB3EF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 239 | - |
| CMYK | 0 | 0.30 | 0.06 | 0 |
| HSL | 312.63º | 1% | 0.85% | - |
| HSV(B) | 312.63º | 0.3% | 1% | - |
| XYZ | 72.94 | 59.73 | 89.35 | - |
| YUV | 208.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 239 | 0 | 0.30 | 0.06 | 0 | 312.63 | 1 | 0.85 |
| Hex | FF | B3 | EF | 0 | 1E | 6 | 0 | 139 | 64 | 55 |
| Octal | 377 | 263 | 357 | 0 | 36 | 6 | 0 | 471 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11101111 | 0 | 11110 | 110 | 0 | 100111001 | 1100100 | 1010101 |
Color Harmonies of #FFB3EF
Complementary color
Monochromatic Colors of #FFB3EF
Black with #FFB3EF
Text Example
Text Example
White with #FFB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3EF; }
p { color: rgb(255,179,239); }
H1.HeaderClassName
{
color: #FFB3EF;
}
.AnyTagClassName
{
color: #FFB3EF;
}
</style>
background-color css
<style>
a { background-color: #FFB3EF; }
a { background-color: rgb(255,179,239); }
div.DivClassName
{
background-color: #FFB3EF;
}
.BgClassName
{
background-color: #FFB3EF;
}
</style>
border-color css
<style>
span { border-color: #FFB3EF; }
span { border-color: rgb(255,179,239); }
td.TdClassName
{
border-color: #FFB3EF;
}
.TagClassName
{
border-color: #FFB3EF;
}
</style>