Shades of Lavender Rose #FEB7E8
Tints of Lavender Rose #FEB7E8
RGB
CMYK
RGB Variations
Color information
#FEB7E8 (or 0xFEB7E8) is known color: Lavender Rose. HEX triplet: FE, B7 and E8. RGB value is (254,183,232). Sum of RGB (Red+Green+Blue) = 254+183+232=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 183 (71.88% from 255 or 27.35% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7E8 is #014817. Grayscale: #D1D1D1. Windows color (decimal): -83992 or 15251454. OLE color: 15251454.
HSL color Cylindrical-coordinate representation of color #FEB7E8: hue angle of 318.59º 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 #FEB7E8 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 232 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.00 |
| HSL | 318.59º | 0.97% | 0.86% | - |
| HSV(B) | 318.59º | 0.28% | 1% | - |
| XYZ | 72.37 | 60.76 | 84.26 | - |
| YUV | 209.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 232 | 0 | 0.28 | 0.09 | 0.00 | 318.59 | 0.97 | 0.86 |
| Hex | FE | B7 | E8 | 0 | 1C | 9 | 0 | 13F | 61 | 56 |
| Octal | 376 | 267 | 350 | 0 | 34 | 11 | 0 | 477 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11101000 | 0 | 11100 | 1001 | 0 | 100111111 | 1100001 | 1010110 |
Color Harmonies of #FEB7E8
Complementary color
Monochromatic Colors of #FEB7E8
Black with #FEB7E8
Text Example
Text Example
White with #FEB7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7E8; }
p { color: rgb(254,183,232); }
H1.HeaderClassName
{
color: #FEB7E8;
}
.AnyTagClassName
{
color: #FEB7E8;
}
</style>
background-color css
<style>
a { background-color: #FEB7E8; }
a { background-color: rgb(254,183,232); }
div.DivClassName
{
background-color: #FEB7E8;
}
.BgClassName
{
background-color: #FEB7E8;
}
</style>
border-color css
<style>
span { border-color: #FEB7E8; }
span { border-color: rgb(254,183,232); }
td.TdClassName
{
border-color: #FEB7E8;
}
.TagClassName
{
border-color: #FEB7E8;
}
</style>