Shades of Lavender Rose #FEBDF3
Tints of Lavender Rose #FEBDF3
RGB
CMYK
RGB Variations
Color information
#FEBDF3 (or 0xFEBDF3) is known color: Lavender Rose. HEX triplet: FE, BD and F3. RGB value is (254,189,243). Sum of RGB (Red+Green+Blue) = 254+189+243=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF3 is #01420C. Grayscale: #D6D6D6. Windows color (decimal): -82445 or 15973886. OLE color: 15973886.
HSL color Cylindrical-coordinate representation of color #FEBDF3: hue angle of 310.15º 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 #FEBDF3 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 243 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.00 |
| HSL | 310.15º | 0.97% | 0.87% | - |
| HSV(B) | 310.15º | 0.26% | 1% | - |
| XYZ | 75.25 | 63.94 | 93.17 | - |
| YUV | 214.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 243 | 0 | 0.26 | 0.04 | 0.00 | 310.15 | 0.97 | 0.87 |
| Hex | FE | BD | F3 | 0 | 1A | 4 | 0 | 136 | 61 | 57 |
| Octal | 376 | 275 | 363 | 0 | 32 | 4 | 0 | 466 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11110011 | 0 | 11010 | 100 | 0 | 100110110 | 1100001 | 1010111 |
Color Harmonies of #FEBDF3
Complementary color
Monochromatic Colors of #FEBDF3
Black with #FEBDF3
Text Example
Text Example
White with #FEBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDF3; }
p { color: rgb(254,189,243); }
H1.HeaderClassName
{
color: #FEBDF3;
}
.AnyTagClassName
{
color: #FEBDF3;
}
</style>
background-color css
<style>
a { background-color: #FEBDF3; }
a { background-color: rgb(254,189,243); }
div.DivClassName
{
background-color: #FEBDF3;
}
.BgClassName
{
background-color: #FEBDF3;
}
</style>
border-color css
<style>
span { border-color: #FEBDF3; }
span { border-color: rgb(254,189,243); }
td.TdClassName
{
border-color: #FEBDF3;
}
.TagClassName
{
border-color: #FEBDF3;
}
</style>