Shades of Lavender Rose #FEB7ED
Tints of Lavender Rose #FEB7ED
RGB
CMYK
RGB Variations
Color information
#FEB7ED (or 0xFEB7ED) is known color: Lavender Rose. HEX triplet: FE, B7 and ED. RGB value is (254,183,237). Sum of RGB (Red+Green+Blue) = 254+183+237=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7ED is #014812. Grayscale: #D2D2D2. Windows color (decimal): -83987 or 15579134. OLE color: 15579134.
HSL color Cylindrical-coordinate representation of color #FEB7ED: hue angle of 314.37º 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 #FEB7ED is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 237 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.00 |
| HSL | 314.37º | 0.97% | 0.86% | - |
| HSV(B) | 314.37º | 0.28% | 1% | - |
| XYZ | 73.09 | 61.05 | 88.05 | - |
| YUV | 210.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 237 | 0 | 0.28 | 0.07 | 0.00 | 314.37 | 0.97 | 0.86 |
| Hex | FE | B7 | ED | 0 | 1C | 7 | 0 | 13A | 61 | 56 |
| Octal | 376 | 267 | 355 | 0 | 34 | 7 | 0 | 472 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11101101 | 0 | 11100 | 111 | 0 | 100111010 | 1100001 | 1010110 |
Color Harmonies of #FEB7ED
Complementary color
Monochromatic Colors of #FEB7ED
Black with #FEB7ED
Text Example
Text Example
White with #FEB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7ED; }
p { color: rgb(254,183,237); }
H1.HeaderClassName
{
color: #FEB7ED;
}
.AnyTagClassName
{
color: #FEB7ED;
}
</style>
background-color css
<style>
a { background-color: #FEB7ED; }
a { background-color: rgb(254,183,237); }
div.DivClassName
{
background-color: #FEB7ED;
}
.BgClassName
{
background-color: #FEB7ED;
}
</style>
border-color css
<style>
span { border-color: #FEB7ED; }
span { border-color: rgb(254,183,237); }
td.TdClassName
{
border-color: #FEB7ED;
}
.TagClassName
{
border-color: #FEB7ED;
}
</style>