Shades of Lavender Rose #FEBDF0
Tints of Lavender Rose #FEBDF0
RGB
CMYK
RGB Variations
Color information
#FEBDF0 (or 0xFEBDF0) is known color: Lavender Rose. HEX triplet: FE, BD and F0. RGB value is (254,189,240). Sum of RGB (Red+Green+Blue) = 254+189+240=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF0 is #01420F. Grayscale: #D6D6D6. Windows color (decimal): -82448 or 15777278. OLE color: 15777278.
HSL color Cylindrical-coordinate representation of color #FEBDF0: hue angle of 312.92º 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 #FEBDF0 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 240 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.00 |
| HSL | 312.92º | 0.97% | 0.87% | - |
| HSV(B) | 312.92º | 0.26% | 1% | - |
| XYZ | 74.8 | 63.76 | 90.8 | - |
| YUV | 214.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 240 | 0 | 0.26 | 0.06 | 0.00 | 312.92 | 0.97 | 0.87 |
| Hex | FE | BD | F0 | 0 | 1A | 6 | 0 | 139 | 61 | 57 |
| Octal | 376 | 275 | 360 | 0 | 32 | 6 | 0 | 471 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11110000 | 0 | 11010 | 110 | 0 | 100111001 | 1100001 | 1010111 |
Color Harmonies of #FEBDF0
Complementary color
Monochromatic Colors of #FEBDF0
Black with #FEBDF0
Text Example
Text Example
White with #FEBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDF0; }
p { color: rgb(254,189,240); }
H1.HeaderClassName
{
color: #FEBDF0;
}
.AnyTagClassName
{
color: #FEBDF0;
}
</style>
background-color css
<style>
a { background-color: #FEBDF0; }
a { background-color: rgb(254,189,240); }
div.DivClassName
{
background-color: #FEBDF0;
}
.BgClassName
{
background-color: #FEBDF0;
}
</style>
border-color css
<style>
span { border-color: #FEBDF0; }
span { border-color: rgb(254,189,240); }
td.TdClassName
{
border-color: #FEBDF0;
}
.TagClassName
{
border-color: #FEBDF0;
}
</style>