Shades of Lavender Rose #FEB9E7
Tints of Lavender Rose #FEB9E7
RGB
CMYK
RGB Variations
Color information
#FEB9E7 (or 0xFEB9E7) is known color: Lavender Rose. HEX triplet: FE, B9 and E7. RGB value is (254,185,231). Sum of RGB (Red+Green+Blue) = 254+185+231=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9E7 is #014618. Grayscale: #D2D2D2. Windows color (decimal): -83481 or 15186430. OLE color: 15186430.
HSL color Cylindrical-coordinate representation of color #FEB9E7: hue angle of 320º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9E7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 231 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.00 |
| HSL | 320º | 0.97% | 0.86% | - |
| HSV(B) | 320º | 0.27% | 1% | - |
| XYZ | 72.65 | 61.54 | 83.65 | - |
| YUV | 210.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 231 | 0 | 0.27 | 0.09 | 0.00 | 320 | 0.97 | 0.86 |
| Hex | FE | B9 | E7 | 0 | 1B | 9 | 0 | 140 | 61 | 56 |
| Octal | 376 | 271 | 347 | 0 | 33 | 11 | 0 | 500 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11100111 | 0 | 11011 | 1001 | 0 | 101000000 | 1100001 | 1010110 |
Color Harmonies of #FEB9E7
Complementary color
Monochromatic Colors of #FEB9E7
Black with #FEB9E7
Text Example
Text Example
White with #FEB9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9E7; }
p { color: rgb(254,185,231); }
H1.HeaderClassName
{
color: #FEB9E7;
}
.AnyTagClassName
{
color: #FEB9E7;
}
</style>
background-color css
<style>
a { background-color: #FEB9E7; }
a { background-color: rgb(254,185,231); }
div.DivClassName
{
background-color: #FEB9E7;
}
.BgClassName
{
background-color: #FEB9E7;
}
</style>
border-color css
<style>
span { border-color: #FEB9E7; }
span { border-color: rgb(254,185,231); }
td.TdClassName
{
border-color: #FEB9E7;
}
.TagClassName
{
border-color: #FEB9E7;
}
</style>