Shades of Lavender Rose #FEB5EE
Tints of Lavender Rose #FEB5EE
RGB
CMYK
RGB Variations
Color information
#FEB5EE (or 0xFEB5EE) is known color: Lavender Rose. HEX triplet: FE, B5 and EE. RGB value is (254,181,238). Sum of RGB (Red+Green+Blue) = 254+181+238=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 181 (71.09% from 255 or 26.89% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5EE is #014A11. Grayscale: #D1D1D1. Windows color (decimal): -84498 or 15644158. OLE color: 15644158.
HSL color Cylindrical-coordinate representation of color #FEB5EE: hue angle of 313.15º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5EE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 238 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.00 |
| HSL | 313.15º | 0.97% | 0.85% | - |
| HSV(B) | 313.15º | 0.29% | 1% | - |
| XYZ | 72.83 | 60.29 | 88.69 | - |
| YUV | 209.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 238 | 0 | 0.29 | 0.06 | 0.00 | 313.15 | 0.97 | 0.85 |
| Hex | FE | B5 | EE | 0 | 1D | 6 | 0 | 139 | 61 | 55 |
| Octal | 376 | 265 | 356 | 0 | 35 | 6 | 0 | 471 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11101110 | 0 | 11101 | 110 | 0 | 100111001 | 1100001 | 1010101 |
Color Harmonies of #FEB5EE
Complementary color
Monochromatic Colors of #FEB5EE
Black with #FEB5EE
Text Example
Text Example
White with #FEB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5EE; }
p { color: rgb(254,181,238); }
H1.HeaderClassName
{
color: #FEB5EE;
}
.AnyTagClassName
{
color: #FEB5EE;
}
</style>
background-color css
<style>
a { background-color: #FEB5EE; }
a { background-color: rgb(254,181,238); }
div.DivClassName
{
background-color: #FEB5EE;
}
.BgClassName
{
background-color: #FEB5EE;
}
</style>
border-color css
<style>
span { border-color: #FEB5EE; }
span { border-color: rgb(254,181,238); }
td.TdClassName
{
border-color: #FEB5EE;
}
.TagClassName
{
border-color: #FEB5EE;
}
</style>