Shades of Lavender Rose #FEBAE8
Tints of Lavender Rose #FEBAE8
RGB
CMYK
RGB Variations
Color information
#FEBAE8 (or 0xFEBAE8) is known color: Lavender Rose. HEX triplet: FE, BA and E8. RGB value is (254,186,232). Sum of RGB (Red+Green+Blue) = 254+186+232=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAE8 is #014517. Grayscale: #D3D3D3. Windows color (decimal): -83224 or 15252222. OLE color: 15252222.
HSL color Cylindrical-coordinate representation of color #FEBAE8: hue angle of 319.41º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAE8 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 232 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.00 |
| HSL | 319.41º | 0.97% | 0.86% | - |
| HSV(B) | 319.41º | 0.27% | 1% | - |
| XYZ | 73 | 62.01 | 84.47 | - |
| YUV | 211.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 232 | 0 | 0.27 | 0.09 | 0.00 | 319.41 | 0.97 | 0.86 |
| Hex | FE | BA | E8 | 0 | 1B | 9 | 0 | 13F | 61 | 56 |
| Octal | 376 | 272 | 350 | 0 | 33 | 11 | 0 | 477 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11101000 | 0 | 11011 | 1001 | 0 | 100111111 | 1100001 | 1010110 |
Color Harmonies of #FEBAE8
Complementary color
Monochromatic Colors of #FEBAE8
Black with #FEBAE8
Text Example
Text Example
White with #FEBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAE8; }
p { color: rgb(254,186,232); }
H1.HeaderClassName
{
color: #FEBAE8;
}
.AnyTagClassName
{
color: #FEBAE8;
}
</style>
background-color css
<style>
a { background-color: #FEBAE8; }
a { background-color: rgb(254,186,232); }
div.DivClassName
{
background-color: #FEBAE8;
}
.BgClassName
{
background-color: #FEBAE8;
}
</style>
border-color css
<style>
span { border-color: #FEBAE8; }
span { border-color: rgb(254,186,232); }
td.TdClassName
{
border-color: #FEBAE8;
}
.TagClassName
{
border-color: #FEBAE8;
}
</style>