Shades of Lavender Rose #FEB5E5
Tints of Lavender Rose #FEB5E5
RGB
CMYK
RGB Variations
Color information
#FEB5E5 (or 0xFEB5E5) is known color: Lavender Rose. HEX triplet: FE, B5 and E5. RGB value is (254,181,229). Sum of RGB (Red+Green+Blue) = 254+181+229=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 181 (71.09% from 255 or 27.26% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5E5 is #014A1A. Grayscale: #D0D0D0. Windows color (decimal): -84507 or 15054334. OLE color: 15054334.
HSL color Cylindrical-coordinate representation of color #FEB5E5: hue angle of 320.55º 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 #FEB5E5 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 181 | 229 | - |
CMYK | 0 | 0.29 | 0.10 | 0.00 |
HSL | 320.55º | 0.97% | 0.85% | - |
HSV(B) | 320.55º | 0.29% | 1% | - |
XYZ | 71.54 | 59.78 | 81.9 | - |
YUV | 208.3 | 139.68 | 160.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 181 | 229 | 0 | 0.29 | 0.10 | 0.00 | 320.55 | 0.97 | 0.85 |
Hex | FE | B5 | E5 | 0 | 1D | A | 0 | 141 | 61 | 55 |
Octal | 376 | 265 | 345 | 0 | 35 | 12 | 0 | 501 | 141 | 125 |
Binary | 11111110 | 10110101 | 11100101 | 0 | 11101 | 1010 | 0 | 101000001 | 1100001 | 1010101 |
Color Harmonies of #FEB5E5
Complementary color
Monochromatic Colors of #FEB5E5
Black with #FEB5E5
Text Example
Text Example
White with #FEB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5E5; }
p { color: rgb(254,181,229); }
H1.HeaderClassName
{
color: #FEB5E5;
}
.AnyTagClassName
{
color: #FEB5E5;
}
</style>
background-color css
<style>
a { background-color: #FEB5E5; }
a { background-color: rgb(254,181,229); }
div.DivClassName
{
background-color: #FEB5E5;
}
.BgClassName
{
background-color: #FEB5E5;
}
</style>
border-color css
<style>
span { border-color: #FEB5E5; }
span { border-color: rgb(254,181,229); }
td.TdClassName
{
border-color: #FEB5E5;
}
.TagClassName
{
border-color: #FEB5E5;
}
</style>