Shades of Lavender Rose #FEB9E9
Tints of Lavender Rose #FEB9E9
RGB
CMYK
RGB Variations
Color information
#FEB9E9 (or 0xFEB9E9) is known color: Lavender Rose. HEX triplet: FE, B9 and E9. RGB value is (254,185,233). Sum of RGB (Red+Green+Blue) = 254+185+233=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 185 (72.66% from 255 or 27.53% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9E9 is #014616. Grayscale: #D2D2D2. Windows color (decimal): -83479 or 15317502. OLE color: 15317502.
HSL color Cylindrical-coordinate representation of color #FEB9E9: hue angle of 318.26º 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 #FEB9E9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 233 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.00 |
| HSL | 318.26º | 0.97% | 0.86% | - |
| HSV(B) | 318.26º | 0.27% | 1% | - |
| XYZ | 72.93 | 61.65 | 85.15 | - |
| YUV | 211.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 233 | 0 | 0.27 | 0.08 | 0.00 | 318.26 | 0.97 | 0.86 |
| Hex | FE | B9 | E9 | 0 | 1B | 8 | 0 | 13E | 61 | 56 |
| Octal | 376 | 271 | 351 | 0 | 33 | 10 | 0 | 476 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11101001 | 0 | 11011 | 1000 | 0 | 100111110 | 1100001 | 1010110 |
Color Harmonies of #FEB9E9
Complementary color
Monochromatic Colors of #FEB9E9
Black with #FEB9E9
Text Example
Text Example
White with #FEB9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9E9; }
p { color: rgb(254,185,233); }
H1.HeaderClassName
{
color: #FEB9E9;
}
.AnyTagClassName
{
color: #FEB9E9;
}
</style>
background-color css
<style>
a { background-color: #FEB9E9; }
a { background-color: rgb(254,185,233); }
div.DivClassName
{
background-color: #FEB9E9;
}
.BgClassName
{
background-color: #FEB9E9;
}
</style>
border-color css
<style>
span { border-color: #FEB9E9; }
span { border-color: rgb(254,185,233); }
td.TdClassName
{
border-color: #FEB9E9;
}
.TagClassName
{
border-color: #FEB9E9;
}
</style>