Shades of Lavender Rose #FEB8ED
Tints of Lavender Rose #FEB8ED
RGB
CMYK
RGB Variations
Color information
#FEB8ED (or 0xFEB8ED) is known color: Lavender Rose. HEX triplet: FE, B8 and ED. RGB value is (254,184,237). Sum of RGB (Red+Green+Blue) = 254+184+237=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8ED is #014712. Grayscale: #D2D2D2. Windows color (decimal): -83731 or 15579390. OLE color: 15579390.
HSL color Cylindrical-coordinate representation of color #FEB8ED: hue angle of 314.57º 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 #FEB8ED is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 237 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.00 |
| HSL | 314.57º | 0.97% | 0.86% | - |
| HSV(B) | 314.57º | 0.28% | 1% | - |
| XYZ | 73.3 | 61.47 | 88.12 | - |
| YUV | 210.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 237 | 0 | 0.28 | 0.07 | 0.00 | 314.57 | 0.97 | 0.86 |
| Hex | FE | B8 | ED | 0 | 1C | 7 | 0 | 13B | 61 | 56 |
| Octal | 376 | 270 | 355 | 0 | 34 | 7 | 0 | 473 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11101101 | 0 | 11100 | 111 | 0 | 100111011 | 1100001 | 1010110 |
Color Harmonies of #FEB8ED
Complementary color
Monochromatic Colors of #FEB8ED
Black with #FEB8ED
Text Example
Text Example
White with #FEB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8ED; }
p { color: rgb(254,184,237); }
H1.HeaderClassName
{
color: #FEB8ED;
}
.AnyTagClassName
{
color: #FEB8ED;
}
</style>
background-color css
<style>
a { background-color: #FEB8ED; }
a { background-color: rgb(254,184,237); }
div.DivClassName
{
background-color: #FEB8ED;
}
.BgClassName
{
background-color: #FEB8ED;
}
</style>
border-color css
<style>
span { border-color: #FEB8ED; }
span { border-color: rgb(254,184,237); }
td.TdClassName
{
border-color: #FEB8ED;
}
.TagClassName
{
border-color: #FEB8ED;
}
</style>