Shades of Lavender Rose #FEB8F8
Tints of Lavender Rose #FEB8F8
RGB
CMYK
RGB Variations
Color information
#FEB8F8 (or 0xFEB8F8) is known color: Lavender Rose. HEX triplet: FE, B8 and F8. RGB value is (254,184,248). Sum of RGB (Red+Green+Blue) = 254+184+248=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 184 (72.27% from 255 or 26.82% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F8 is #014707. Grayscale: #D4D4D4. Windows color (decimal): -83720 or 16300286. OLE color: 16300286.
HSL color Cylindrical-coordinate representation of color #FEB8F8: hue angle of 305.14º 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 #FEB8F8 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 248 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.00 |
| HSL | 305.14º | 0.97% | 0.86% | - |
| HSV(B) | 305.14º | 0.28% | 1% | - |
| XYZ | 74.96 | 62.13 | 96.85 | - |
| YUV | 212.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 248 | 0 | 0.28 | 0.02 | 0.00 | 305.14 | 0.97 | 0.86 |
| Hex | FE | B8 | F8 | 0 | 1C | 2 | 0 | 131 | 61 | 56 |
| Octal | 376 | 270 | 370 | 0 | 34 | 2 | 0 | 461 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11111000 | 0 | 11100 | 10 | 0 | 100110001 | 1100001 | 1010110 |
Color Harmonies of #FEB8F8
Complementary color
Monochromatic Colors of #FEB8F8
Black with #FEB8F8
Text Example
Text Example
White with #FEB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8F8; }
p { color: rgb(254,184,248); }
H1.HeaderClassName
{
color: #FEB8F8;
}
.AnyTagClassName
{
color: #FEB8F8;
}
</style>
background-color css
<style>
a { background-color: #FEB8F8; }
a { background-color: rgb(254,184,248); }
div.DivClassName
{
background-color: #FEB8F8;
}
.BgClassName
{
background-color: #FEB8F8;
}
</style>
border-color css
<style>
span { border-color: #FEB8F8; }
span { border-color: rgb(254,184,248); }
td.TdClassName
{
border-color: #FEB8F8;
}
.TagClassName
{
border-color: #FEB8F8;
}
</style>