Shades of Lavender Rose #FFB0EE
Tints of Lavender Rose #FFB0EE
RGB
CMYK
RGB Variations
Color information
#FFB0EE (or 0xFFB0EE) is known color: Lavender Rose. HEX triplet: FF, B0 and EE. RGB value is (255,176,238). Sum of RGB (Red+Green+Blue) = 255+176+238=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0EE is #004F11. Grayscale: #CECECE. Windows color (decimal): -20242 or 15642879. OLE color: 15642879.
HSL color Cylindrical-coordinate representation of color #FFB0EE: hue angle of 312.91º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0EE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 238 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 312.91º | 1% | 0.85% | - |
| HSV(B) | 312.91º | 0.31% | 1% | - |
| XYZ | 72.2 | 58.48 | 88.37 | - |
| YUV | 206.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 238 | 0 | 0.31 | 0.07 | 0 | 312.91 | 1 | 0.85 |
| Hex | FF | B0 | EE | 0 | 1F | 7 | 0 | 139 | 64 | 55 |
| Octal | 377 | 260 | 356 | 0 | 37 | 7 | 0 | 471 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11101110 | 0 | 11111 | 111 | 0 | 100111001 | 1100100 | 1010101 |
Color Harmonies of #FFB0EE
Complementary color
Monochromatic Colors of #FFB0EE
Black with #FFB0EE
Text Example
Text Example
White with #FFB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0EE; }
p { color: rgb(255,176,238); }
H1.HeaderClassName
{
color: #FFB0EE;
}
.AnyTagClassName
{
color: #FFB0EE;
}
</style>
background-color css
<style>
a { background-color: #FFB0EE; }
a { background-color: rgb(255,176,238); }
div.DivClassName
{
background-color: #FFB0EE;
}
.BgClassName
{
background-color: #FFB0EE;
}
</style>
border-color css
<style>
span { border-color: #FFB0EE; }
span { border-color: rgb(255,176,238); }
td.TdClassName
{
border-color: #FFB0EE;
}
.TagClassName
{
border-color: #FFB0EE;
}
</style>