Shades of Lavender Rose #FEBDF1
Tints of Lavender Rose #FEBDF1
RGB
CMYK
RGB Variations
Color information
#FEBDF1 (or 0xFEBDF1) is known color: Lavender Rose. HEX triplet: FE, BD and F1. RGB value is (254,189,241). Sum of RGB (Red+Green+Blue) = 254+189+241=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF1 is #01420E. Grayscale: #D6D6D6. Windows color (decimal): -82447 or 15842814. OLE color: 15842814.
HSL color Cylindrical-coordinate representation of color #FEBDF1: hue angle of 312º 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 #FEBDF1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 241 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.00 |
| HSL | 312º | 0.97% | 0.87% | - |
| HSV(B) | 312º | 0.26% | 1% | - |
| XYZ | 74.95 | 63.82 | 91.59 | - |
| YUV | 214.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 241 | 0 | 0.26 | 0.05 | 0.00 | 312 | 0.97 | 0.87 |
| Hex | FE | BD | F1 | 0 | 1A | 5 | 0 | 138 | 61 | 57 |
| Octal | 376 | 275 | 361 | 0 | 32 | 5 | 0 | 470 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11110001 | 0 | 11010 | 101 | 0 | 100111000 | 1100001 | 1010111 |
Color Harmonies of #FEBDF1
Complementary color
Monochromatic Colors of #FEBDF1
Black with #FEBDF1
Text Example
Text Example
White with #FEBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDF1; }
p { color: rgb(254,189,241); }
H1.HeaderClassName
{
color: #FEBDF1;
}
.AnyTagClassName
{
color: #FEBDF1;
}
</style>
background-color css
<style>
a { background-color: #FEBDF1; }
a { background-color: rgb(254,189,241); }
div.DivClassName
{
background-color: #FEBDF1;
}
.BgClassName
{
background-color: #FEBDF1;
}
</style>
border-color css
<style>
span { border-color: #FEBDF1; }
span { border-color: rgb(254,189,241); }
td.TdClassName
{
border-color: #FEBDF1;
}
.TagClassName
{
border-color: #FEBDF1;
}
</style>