Shades of Lavender Rose #FEBCEA
Tints of Lavender Rose #FEBCEA
RGB
CMYK
RGB Variations
Color information
#FEBCEA (or 0xFEBCEA) is known color: Lavender Rose. HEX triplet: FE, BC and EA. RGB value is (254,188,234). Sum of RGB (Red+Green+Blue) = 254+188+234=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCEA is #014315. Grayscale: #D4D4D4. Windows color (decimal): -82710 or 15383806. OLE color: 15383806.
HSL color Cylindrical-coordinate representation of color #FEBCEA: hue angle of 318.18º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCEA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 234 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.00 |
| HSL | 318.18º | 0.97% | 0.87% | - |
| HSV(B) | 318.18º | 0.26% | 1% | - |
| XYZ | 73.71 | 62.98 | 86.11 | - |
| YUV | 212.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 234 | 0 | 0.26 | 0.08 | 0.00 | 318.18 | 0.97 | 0.87 |
| Hex | FE | BC | EA | 0 | 1A | 8 | 0 | 13E | 61 | 57 |
| Octal | 376 | 274 | 352 | 0 | 32 | 10 | 0 | 476 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11101010 | 0 | 11010 | 1000 | 0 | 100111110 | 1100001 | 1010111 |
Color Harmonies of #FEBCEA
Complementary color
Monochromatic Colors of #FEBCEA
Black with #FEBCEA
Text Example
Text Example
White with #FEBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCEA; }
p { color: rgb(254,188,234); }
H1.HeaderClassName
{
color: #FEBCEA;
}
.AnyTagClassName
{
color: #FEBCEA;
}
</style>
background-color css
<style>
a { background-color: #FEBCEA; }
a { background-color: rgb(254,188,234); }
div.DivClassName
{
background-color: #FEBCEA;
}
.BgClassName
{
background-color: #FEBCEA;
}
</style>
border-color css
<style>
span { border-color: #FEBCEA; }
span { border-color: rgb(254,188,234); }
td.TdClassName
{
border-color: #FEBCEA;
}
.TagClassName
{
border-color: #FEBCEA;
}
</style>