Shades of Lavender Rose #FEB5ED
Tints of Lavender Rose #FEB5ED
RGB
CMYK
RGB Variations
Color information
#FEB5ED (or 0xFEB5ED) is known color: Lavender Rose. HEX triplet: FE, B5 and ED. RGB value is (254,181,237). Sum of RGB (Red+Green+Blue) = 254+181+237=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5ED is #014A12. Grayscale: #D1D1D1. Windows color (decimal): -84499 or 15578622. OLE color: 15578622.
HSL color Cylindrical-coordinate representation of color #FEB5ED: hue angle of 313.97º 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 #FEB5ED is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 237 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.00 |
| HSL | 313.97º | 0.97% | 0.85% | - |
| HSV(B) | 313.97º | 0.29% | 1% | - |
| XYZ | 72.68 | 60.23 | 87.92 | - |
| YUV | 209.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 237 | 0 | 0.29 | 0.07 | 0.00 | 313.97 | 0.97 | 0.85 |
| Hex | FE | B5 | ED | 0 | 1D | 7 | 0 | 13A | 61 | 55 |
| Octal | 376 | 265 | 355 | 0 | 35 | 7 | 0 | 472 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11101101 | 0 | 11101 | 111 | 0 | 100111010 | 1100001 | 1010101 |
Color Harmonies of #FEB5ED
Complementary color
Monochromatic Colors of #FEB5ED
Black with #FEB5ED
Text Example
Text Example
White with #FEB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5ED; }
p { color: rgb(254,181,237); }
H1.HeaderClassName
{
color: #FEB5ED;
}
.AnyTagClassName
{
color: #FEB5ED;
}
</style>
background-color css
<style>
a { background-color: #FEB5ED; }
a { background-color: rgb(254,181,237); }
div.DivClassName
{
background-color: #FEB5ED;
}
.BgClassName
{
background-color: #FEB5ED;
}
</style>
border-color css
<style>
span { border-color: #FEB5ED; }
span { border-color: rgb(254,181,237); }
td.TdClassName
{
border-color: #FEB5ED;
}
.TagClassName
{
border-color: #FEB5ED;
}
</style>