Shades of Lavender Rose #FEB9FF
Tints of Lavender Rose #FEB9FF
RGB
CMYK
RGB Variations
Color information
#FEB9FF (or 0xFEB9FF) is known color: Lavender Rose. HEX triplet: FE, B9 and FF. RGB value is (254,185,255). Sum of RGB (Red+Green+Blue) = 254+185+255=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 185 (72.66% from 255 or 26.66% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9FF is #014600. Grayscale: #D5D5D5. Windows color (decimal): -83457 or 16759294. OLE color: 16759294.
HSL color Cylindrical-coordinate representation of color #FEB9FF: hue angle of 299.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9FF is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 185 | 255 | - |
| CMYK | 0.00 | 0.27 | 0 | 0 |
| HSL | 299.14º | 1% | 0.86% | - |
| HSV(B) | 299.14º | 0.27% | 1% | - |
| XYZ | 76.27 | 62.99 | 102.75 | - |
| YUV | 213.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 255 | 0.00 | 0.27 | 0 | 0 | 299.14 | 1 | 0.86 |
| Hex | FE | B9 | FF | 0 | 1B | 0 | 0 | 12B | 64 | 56 |
| Octal | 376 | 271 | 377 | 0 | 33 | 0 | 0 | 453 | 144 | 126 |
| Binary | 11111110 | 10111001 | 11111111 | 0 | 11011 | 0 | 0 | 100101011 | 1100100 | 1010110 |
Color Harmonies of #FEB9FF
Complementary color
Monochromatic Colors of #FEB9FF
Black with #FEB9FF
Text Example
Text Example
White with #FEB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9FF; }
p { color: rgb(254,185,255); }
H1.HeaderClassName
{
color: #FEB9FF;
}
.AnyTagClassName
{
color: #FEB9FF;
}
</style>
background-color css
<style>
a { background-color: #FEB9FF; }
a { background-color: rgb(254,185,255); }
div.DivClassName
{
background-color: #FEB9FF;
}
.BgClassName
{
background-color: #FEB9FF;
}
</style>
border-color css
<style>
span { border-color: #FEB9FF; }
span { border-color: rgb(254,185,255); }
td.TdClassName
{
border-color: #FEB9FF;
}
.TagClassName
{
border-color: #FEB9FF;
}
</style>