Shades of Lavender Rose #FEBAEA
Tints of Lavender Rose #FEBAEA
RGB
CMYK
RGB Variations
Color information
#FEBAEA (or 0xFEBAEA) is known color: Lavender Rose. HEX triplet: FE, BA and EA. RGB value is (254,186,234). Sum of RGB (Red+Green+Blue) = 254+186+234=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAEA is #014515. Grayscale: #D3D3D3. Windows color (decimal): -83222 or 15383294. OLE color: 15383294.
HSL color Cylindrical-coordinate representation of color #FEBAEA: hue angle of 317.65º 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 #FEBAEA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 234 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.00 |
| HSL | 317.65º | 0.97% | 0.86% | - |
| HSV(B) | 317.65º | 0.27% | 1% | - |
| XYZ | 73.28 | 62.13 | 85.97 | - |
| YUV | 211.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 234 | 0 | 0.27 | 0.08 | 0.00 | 317.65 | 0.97 | 0.86 |
| Hex | FE | BA | EA | 0 | 1B | 8 | 0 | 13E | 61 | 56 |
| Octal | 376 | 272 | 352 | 0 | 33 | 10 | 0 | 476 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11101010 | 0 | 11011 | 1000 | 0 | 100111110 | 1100001 | 1010110 |
Color Harmonies of #FEBAEA
Complementary color
Monochromatic Colors of #FEBAEA
Black with #FEBAEA
Text Example
Text Example
White with #FEBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAEA; }
p { color: rgb(254,186,234); }
H1.HeaderClassName
{
color: #FEBAEA;
}
.AnyTagClassName
{
color: #FEBAEA;
}
</style>
background-color css
<style>
a { background-color: #FEBAEA; }
a { background-color: rgb(254,186,234); }
div.DivClassName
{
background-color: #FEBAEA;
}
.BgClassName
{
background-color: #FEBAEA;
}
</style>
border-color css
<style>
span { border-color: #FEBAEA; }
span { border-color: rgb(254,186,234); }
td.TdClassName
{
border-color: #FEBAEA;
}
.TagClassName
{
border-color: #FEBAEA;
}
</style>