Shades of Lavender Rose #FEBCEF
Tints of Lavender Rose #FEBCEF
RGB
CMYK
RGB Variations
Color information
#FEBCEF (or 0xFEBCEF) is known color: Lavender Rose. HEX triplet: FE, BC and EF. RGB value is (254,188,239). Sum of RGB (Red+Green+Blue) = 254+188+239=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCEF is #014310. Grayscale: #D5D5D5. Windows color (decimal): -82705 or 15711486. OLE color: 15711486.
HSL color Cylindrical-coordinate representation of color #FEBCEF: hue angle of 313.64º 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 #FEBCEF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 239 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.00 |
| HSL | 313.64º | 0.97% | 0.87% | - |
| HSV(B) | 313.64º | 0.26% | 1% | - |
| XYZ | 74.44 | 63.27 | 89.95 | - |
| YUV | 213.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 239 | 0 | 0.26 | 0.06 | 0.00 | 313.64 | 0.97 | 0.87 |
| Hex | FE | BC | EF | 0 | 1A | 6 | 0 | 13A | 61 | 57 |
| Octal | 376 | 274 | 357 | 0 | 32 | 6 | 0 | 472 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11101111 | 0 | 11010 | 110 | 0 | 100111010 | 1100001 | 1010111 |
Color Harmonies of #FEBCEF
Complementary color
Monochromatic Colors of #FEBCEF
Black with #FEBCEF
Text Example
Text Example
White with #FEBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCEF; }
p { color: rgb(254,188,239); }
H1.HeaderClassName
{
color: #FEBCEF;
}
.AnyTagClassName
{
color: #FEBCEF;
}
</style>
background-color css
<style>
a { background-color: #FEBCEF; }
a { background-color: rgb(254,188,239); }
div.DivClassName
{
background-color: #FEBCEF;
}
.BgClassName
{
background-color: #FEBCEF;
}
</style>
border-color css
<style>
span { border-color: #FEBCEF; }
span { border-color: rgb(254,188,239); }
td.TdClassName
{
border-color: #FEBCEF;
}
.TagClassName
{
border-color: #FEBCEF;
}
</style>