Shades of Lavender Rose #FFB3EE
Tints of Lavender Rose #FFB3EE
RGB
CMYK
RGB Variations
Color information
#FFB3EE (or 0xFFB3EE) is known color: Lavender Rose. HEX triplet: FF, B3 and EE. RGB value is (255,179,238). Sum of RGB (Red+Green+Blue) = 255+179+238=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3EE is #004C11. Grayscale: #D0D0D0. Windows color (decimal): -19474 or 15643647. OLE color: 15643647.
HSL color Cylindrical-coordinate representation of color #FFB3EE: hue angle of 313.42º 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 #FFB3EE is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 238 | - |
| CMYK | 0 | 0.30 | 0.07 | 0 |
| HSL | 313.42º | 1% | 0.85% | - |
| HSV(B) | 313.42º | 0.3% | 1% | - |
| XYZ | 72.79 | 59.67 | 88.57 | - |
| YUV | 208.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 238 | 0 | 0.30 | 0.07 | 0 | 313.42 | 1 | 0.85 |
| Hex | FF | B3 | EE | 0 | 1E | 7 | 0 | 139 | 64 | 55 |
| Octal | 377 | 263 | 356 | 0 | 36 | 7 | 0 | 471 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11101110 | 0 | 11110 | 111 | 0 | 100111001 | 1100100 | 1010101 |
Color Harmonies of #FFB3EE
Complementary color
Monochromatic Colors of #FFB3EE
Black with #FFB3EE
Text Example
Text Example
White with #FFB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3EE; }
p { color: rgb(255,179,238); }
H1.HeaderClassName
{
color: #FFB3EE;
}
.AnyTagClassName
{
color: #FFB3EE;
}
</style>
background-color css
<style>
a { background-color: #FFB3EE; }
a { background-color: rgb(255,179,238); }
div.DivClassName
{
background-color: #FFB3EE;
}
.BgClassName
{
background-color: #FFB3EE;
}
</style>
border-color css
<style>
span { border-color: #FFB3EE; }
span { border-color: rgb(255,179,238); }
td.TdClassName
{
border-color: #FFB3EE;
}
.TagClassName
{
border-color: #FFB3EE;
}
</style>