Shades of Lavender Rose #FEB7E5
Tints of Lavender Rose #FEB7E5
RGB
CMYK
RGB Variations
Color information
#FEB7E5 (or 0xFEB7E5) is known color: Lavender Rose. HEX triplet: FE, B7 and E5. RGB value is (254,183,229). Sum of RGB (Red+Green+Blue) = 254+183+229=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 183 (71.88% from 255 or 27.48% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7E5 is #01481A. Grayscale: #D1D1D1. Windows color (decimal): -83995 or 15054846. OLE color: 15054846.
HSL color Cylindrical-coordinate representation of color #FEB7E5: hue angle of 321.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7E5 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 229 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.00 |
| HSL | 321.13º | 0.97% | 0.86% | - |
| HSV(B) | 321.13º | 0.28% | 1% | - |
| XYZ | 71.95 | 60.59 | 82.03 | - |
| YUV | 209.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 229 | 0 | 0.28 | 0.10 | 0.00 | 321.13 | 0.97 | 0.86 |
| Hex | FE | B7 | E5 | 0 | 1C | A | 0 | 141 | 61 | 56 |
| Octal | 376 | 267 | 345 | 0 | 34 | 12 | 0 | 501 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11100101 | 0 | 11100 | 1010 | 0 | 101000001 | 1100001 | 1010110 |
Color Harmonies of #FEB7E5
Complementary color
Monochromatic Colors of #FEB7E5
Black with #FEB7E5
Text Example
Text Example
White with #FEB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7E5; }
p { color: rgb(254,183,229); }
H1.HeaderClassName
{
color: #FEB7E5;
}
.AnyTagClassName
{
color: #FEB7E5;
}
</style>
background-color css
<style>
a { background-color: #FEB7E5; }
a { background-color: rgb(254,183,229); }
div.DivClassName
{
background-color: #FEB7E5;
}
.BgClassName
{
background-color: #FEB7E5;
}
</style>
border-color css
<style>
span { border-color: #FEB7E5; }
span { border-color: rgb(254,183,229); }
td.TdClassName
{
border-color: #FEB7E5;
}
.TagClassName
{
border-color: #FEB7E5;
}
</style>