Shades of Lavender Rose #FEBDF4
Tints of Lavender Rose #FEBDF4
RGB
CMYK
RGB Variations
Color information
#FEBDF4 (or 0xFEBDF4) is known color: Lavender Rose. HEX triplet: FE, BD and F4. RGB value is (254,189,244). Sum of RGB (Red+Green+Blue) = 254+189+244=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF4 is #01420B. Grayscale: #D6D6D6. Windows color (decimal): -82444 or 16039422. OLE color: 16039422.
HSL color Cylindrical-coordinate representation of color #FEBDF4: hue angle of 309.23º 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 #FEBDF4 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 244 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.00 |
| HSL | 309.23º | 0.97% | 0.87% | - |
| HSV(B) | 309.23º | 0.26% | 1% | - |
| XYZ | 75.4 | 64 | 93.97 | - |
| YUV | 214.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 244 | 0 | 0.26 | 0.04 | 0.00 | 309.23 | 0.97 | 0.87 |
| Hex | FE | BD | F4 | 0 | 1A | 4 | 0 | 135 | 61 | 57 |
| Octal | 376 | 275 | 364 | 0 | 32 | 4 | 0 | 465 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11110100 | 0 | 11010 | 100 | 0 | 100110101 | 1100001 | 1010111 |
Color Harmonies of #FEBDF4
Complementary color
Monochromatic Colors of #FEBDF4
Black with #FEBDF4
Text Example
Text Example
White with #FEBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDF4; }
p { color: rgb(254,189,244); }
H1.HeaderClassName
{
color: #FEBDF4;
}
.AnyTagClassName
{
color: #FEBDF4;
}
</style>
background-color css
<style>
a { background-color: #FEBDF4; }
a { background-color: rgb(254,189,244); }
div.DivClassName
{
background-color: #FEBDF4;
}
.BgClassName
{
background-color: #FEBDF4;
}
</style>
border-color css
<style>
span { border-color: #FEBDF4; }
span { border-color: rgb(254,189,244); }
td.TdClassName
{
border-color: #FEBDF4;
}
.TagClassName
{
border-color: #FEBDF4;
}
</style>