Shades of Lavender Rose #FEB8EE
Tints of Lavender Rose #FEB8EE
RGB
CMYK
RGB Variations
Color information
#FEB8EE (or 0xFEB8EE) is known color: Lavender Rose. HEX triplet: FE, B8 and EE. RGB value is (254,184,238). Sum of RGB (Red+Green+Blue) = 254+184+238=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8EE is #014711. Grayscale: #D2D2D2. Windows color (decimal): -83730 or 15644926. OLE color: 15644926.
HSL color Cylindrical-coordinate representation of color #FEB8EE: hue angle of 313.71º 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 #FEB8EE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 238 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.00 |
| HSL | 313.71º | 0.97% | 0.86% | - |
| HSV(B) | 313.71º | 0.28% | 1% | - |
| XYZ | 73.45 | 61.52 | 88.89 | - |
| YUV | 211.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 238 | 0 | 0.28 | 0.06 | 0.00 | 313.71 | 0.97 | 0.86 |
| Hex | FE | B8 | EE | 0 | 1C | 6 | 0 | 13A | 61 | 56 |
| Octal | 376 | 270 | 356 | 0 | 34 | 6 | 0 | 472 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11101110 | 0 | 11100 | 110 | 0 | 100111010 | 1100001 | 1010110 |
Color Harmonies of #FEB8EE
Complementary color
Monochromatic Colors of #FEB8EE
Black with #FEB8EE
Text Example
Text Example
White with #FEB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8EE; }
p { color: rgb(254,184,238); }
H1.HeaderClassName
{
color: #FEB8EE;
}
.AnyTagClassName
{
color: #FEB8EE;
}
</style>
background-color css
<style>
a { background-color: #FEB8EE; }
a { background-color: rgb(254,184,238); }
div.DivClassName
{
background-color: #FEB8EE;
}
.BgClassName
{
background-color: #FEB8EE;
}
</style>
border-color css
<style>
span { border-color: #FEB8EE; }
span { border-color: rgb(254,184,238); }
td.TdClassName
{
border-color: #FEB8EE;
}
.TagClassName
{
border-color: #FEB8EE;
}
</style>