Shades of Lavender Rose #FEB8F9
Tints of Lavender Rose #FEB8F9
RGB
CMYK
RGB Variations
Color information
#FEB8F9 (or 0xFEB8F9) is known color: Lavender Rose. HEX triplet: FE, B8 and F9. RGB value is (254,184,249). Sum of RGB (Red+Green+Blue) = 254+184+249=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F9 is #014706. Grayscale: #D4D4D4. Windows color (decimal): -83719 or 16365822. OLE color: 16365822.
HSL color Cylindrical-coordinate representation of color #FEB8F9: hue angle of 304.29º 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 #FEB8F9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 249 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.00 |
| HSL | 304.29º | 0.97% | 0.86% | - |
| HSV(B) | 304.29º | 0.28% | 1% | - |
| XYZ | 75.11 | 62.19 | 97.67 | - |
| YUV | 212.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 249 | 0 | 0.28 | 0.02 | 0.00 | 304.29 | 0.97 | 0.86 |
| Hex | FE | B8 | F9 | 0 | 1C | 2 | 0 | 130 | 61 | 56 |
| Octal | 376 | 270 | 371 | 0 | 34 | 2 | 0 | 460 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11111001 | 0 | 11100 | 10 | 0 | 100110000 | 1100001 | 1010110 |
Color Harmonies of #FEB8F9
Complementary color
Monochromatic Colors of #FEB8F9
Black with #FEB8F9
Text Example
Text Example
White with #FEB8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8F9; }
p { color: rgb(254,184,249); }
H1.HeaderClassName
{
color: #FEB8F9;
}
.AnyTagClassName
{
color: #FEB8F9;
}
</style>
background-color css
<style>
a { background-color: #FEB8F9; }
a { background-color: rgb(254,184,249); }
div.DivClassName
{
background-color: #FEB8F9;
}
.BgClassName
{
background-color: #FEB8F9;
}
</style>
border-color css
<style>
span { border-color: #FEB8F9; }
span { border-color: rgb(254,184,249); }
td.TdClassName
{
border-color: #FEB8F9;
}
.TagClassName
{
border-color: #FEB8F9;
}
</style>