Shades of Lavender Rose #FEBEEF
Tints of Lavender Rose #FEBEEF
RGB
CMYK
RGB Variations
Color information
#FEBEEF (or 0xFEBEEF) is known color: Lavender Rose. HEX triplet: FE, BE and EF. RGB value is (254,190,239). Sum of RGB (Red+Green+Blue) = 254+190+239=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEEF is #014110. Grayscale: #D6D6D6. Windows color (decimal): -82193 or 15711998. OLE color: 15711998.
HSL color Cylindrical-coordinate representation of color #FEBEEF: hue angle of 314.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEEF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 239 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.00 |
| HSL | 314.06º | 0.97% | 0.87% | - |
| HSV(B) | 314.06º | 0.25% | 1% | - |
| XYZ | 74.87 | 64.13 | 90.09 | - |
| YUV | 214.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 239 | 0 | 0.25 | 0.06 | 0.00 | 314.06 | 0.97 | 0.87 |
| Hex | FE | BE | EF | 0 | 19 | 6 | 0 | 13A | 61 | 57 |
| Octal | 376 | 276 | 357 | 0 | 31 | 6 | 0 | 472 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11101111 | 0 | 11001 | 110 | 0 | 100111010 | 1100001 | 1010111 |
Color Harmonies of #FEBEEF
Complementary color
Monochromatic Colors of #FEBEEF
Black with #FEBEEF
Text Example
Text Example
White with #FEBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEEF; }
p { color: rgb(254,190,239); }
H1.HeaderClassName
{
color: #FEBEEF;
}
.AnyTagClassName
{
color: #FEBEEF;
}
</style>
background-color css
<style>
a { background-color: #FEBEEF; }
a { background-color: rgb(254,190,239); }
div.DivClassName
{
background-color: #FEBEEF;
}
.BgClassName
{
background-color: #FEBEEF;
}
</style>
border-color css
<style>
span { border-color: #FEBEEF; }
span { border-color: rgb(254,190,239); }
td.TdClassName
{
border-color: #FEBEEF;
}
.TagClassName
{
border-color: #FEBEEF;
}
</style>