Shades of Lavender Rose #FEB8FF
Tints of Lavender Rose #FEB8FF
RGB
CMYK
RGB Variations
Color information
#FEB8FF (or 0xFEB8FF) is known color: Lavender Rose. HEX triplet: FE, B8 and FF. RGB value is (254,184,255). Sum of RGB (Red+Green+Blue) = 254+184+255=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 184 (72.27% from 255 or 26.55% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8FF is #014700. Grayscale: #D4D4D4. Windows color (decimal): -83713 or 16759038. OLE color: 16759038.
HSL color Cylindrical-coordinate representation of color #FEB8FF: hue angle of 299.15º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8FF is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 184 | 255 | - |
| CMYK | 0.00 | 0.28 | 0 | 0 |
| HSL | 299.15º | 1% | 0.86% | - |
| HSV(B) | 299.15º | 0.28% | 1% | - |
| XYZ | 76.06 | 62.57 | 102.68 | - |
| YUV | 213.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 255 | 0.00 | 0.28 | 0 | 0 | 299.15 | 1 | 0.86 |
| Hex | FE | B8 | FF | 0 | 1C | 0 | 0 | 12B | 64 | 56 |
| Octal | 376 | 270 | 377 | 0 | 34 | 0 | 0 | 453 | 144 | 126 |
| Binary | 11111110 | 10111000 | 11111111 | 0 | 11100 | 0 | 0 | 100101011 | 1100100 | 1010110 |
Color Harmonies of #FEB8FF
Complementary color
Monochromatic Colors of #FEB8FF
Black with #FEB8FF
Text Example
Text Example
White with #FEB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8FF; }
p { color: rgb(254,184,255); }
H1.HeaderClassName
{
color: #FEB8FF;
}
.AnyTagClassName
{
color: #FEB8FF;
}
</style>
background-color css
<style>
a { background-color: #FEB8FF; }
a { background-color: rgb(254,184,255); }
div.DivClassName
{
background-color: #FEB8FF;
}
.BgClassName
{
background-color: #FEB8FF;
}
</style>
border-color css
<style>
span { border-color: #FEB8FF; }
span { border-color: rgb(254,184,255); }
td.TdClassName
{
border-color: #FEB8FF;
}
.TagClassName
{
border-color: #FEB8FF;
}
</style>