Shades of Lavender Rose #FFB5EE
Tints of Lavender Rose #FFB5EE
RGB
CMYK
RGB Variations
Color information
#FFB5EE (or 0xFFB5EE) is known color: Lavender Rose. HEX triplet: FF, B5 and EE. RGB value is (255,181,238). Sum of RGB (Red+Green+Blue) = 255+181+238=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 181 (71.09% from 255 or 26.85% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5EE is #004A11. Grayscale: #D1D1D1. Windows color (decimal): -18962 or 15644159. OLE color: 15644159.
HSL color Cylindrical-coordinate representation of color #FFB5EE: hue angle of 313.78º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5EE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 238 | - |
| CMYK | 0 | 0.29 | 0.07 | 0 |
| HSL | 313.78º | 1% | 0.85% | - |
| HSV(B) | 313.78º | 0.29% | 1% | - |
| XYZ | 73.2 | 60.48 | 88.71 | - |
| YUV | 209.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 238 | 0 | 0.29 | 0.07 | 0 | 313.78 | 1 | 0.85 |
| Hex | FF | B5 | EE | 0 | 1D | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 265 | 356 | 0 | 35 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11101110 | 0 | 11101 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB5EE
Complementary color
Monochromatic Colors of #FFB5EE
Black with #FFB5EE
Text Example
Text Example
White with #FFB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5EE; }
p { color: rgb(255,181,238); }
H1.HeaderClassName
{
color: #FFB5EE;
}
.AnyTagClassName
{
color: #FFB5EE;
}
</style>
background-color css
<style>
a { background-color: #FFB5EE; }
a { background-color: rgb(255,181,238); }
div.DivClassName
{
background-color: #FFB5EE;
}
.BgClassName
{
background-color: #FFB5EE;
}
</style>
border-color css
<style>
span { border-color: #FFB5EE; }
span { border-color: rgb(255,181,238); }
td.TdClassName
{
border-color: #FFB5EE;
}
.TagClassName
{
border-color: #FFB5EE;
}
</style>