Shades of Lavender Rose #FEBCED
Tints of Lavender Rose #FEBCED
RGB
CMYK
RGB Variations
Color information
#FEBCED (or 0xFEBCED) is known color: Lavender Rose. HEX triplet: FE, BC and ED. RGB value is (254,188,237). Sum of RGB (Red+Green+Blue) = 254+188+237=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCED is #014312. Grayscale: #D5D5D5. Windows color (decimal): -82707 or 15580414. OLE color: 15580414.
HSL color Cylindrical-coordinate representation of color #FEBCED: hue angle of 315.45º 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 #FEBCED is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 237 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.00 |
| HSL | 315.45º | 0.97% | 0.87% | - |
| HSV(B) | 315.45º | 0.26% | 1% | - |
| XYZ | 74.14 | 63.15 | 88.4 | - |
| YUV | 213.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 237 | 0 | 0.26 | 0.07 | 0.00 | 315.45 | 0.97 | 0.87 |
| Hex | FE | BC | ED | 0 | 1A | 7 | 0 | 13B | 61 | 57 |
| Octal | 376 | 274 | 355 | 0 | 32 | 7 | 0 | 473 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11101101 | 0 | 11010 | 111 | 0 | 100111011 | 1100001 | 1010111 |
Color Harmonies of #FEBCED
Complementary color
Monochromatic Colors of #FEBCED
Black with #FEBCED
Text Example
Text Example
White with #FEBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCED; }
p { color: rgb(254,188,237); }
H1.HeaderClassName
{
color: #FEBCED;
}
.AnyTagClassName
{
color: #FEBCED;
}
</style>
background-color css
<style>
a { background-color: #FEBCED; }
a { background-color: rgb(254,188,237); }
div.DivClassName
{
background-color: #FEBCED;
}
.BgClassName
{
background-color: #FEBCED;
}
</style>
border-color css
<style>
span { border-color: #FEBCED; }
span { border-color: rgb(254,188,237); }
td.TdClassName
{
border-color: #FEBCED;
}
.TagClassName
{
border-color: #FEBCED;
}
</style>