Shades of Lavender Rose #FEBDF2
Tints of Lavender Rose #FEBDF2
RGB
CMYK
RGB Variations
Color information
#FEBDF2 (or 0xFEBDF2) is known color: Lavender Rose. HEX triplet: FE, BD and F2. RGB value is (254,189,242). Sum of RGB (Red+Green+Blue) = 254+189+242=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF2 is #01420D. Grayscale: #D6D6D6. Windows color (decimal): -82446 or 15908350. OLE color: 15908350.
HSL color Cylindrical-coordinate representation of color #FEBDF2: hue angle of 311.08º 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 #FEBDF2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 242 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.00 |
| HSL | 311.08º | 0.97% | 0.87% | - |
| HSV(B) | 311.08º | 0.26% | 1% | - |
| XYZ | 75.1 | 63.88 | 92.38 | - |
| YUV | 214.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 242 | 0 | 0.26 | 0.05 | 0.00 | 311.08 | 0.97 | 0.87 |
| Hex | FE | BD | F2 | 0 | 1A | 5 | 0 | 137 | 61 | 57 |
| Octal | 376 | 275 | 362 | 0 | 32 | 5 | 0 | 467 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11110010 | 0 | 11010 | 101 | 0 | 100110111 | 1100001 | 1010111 |
Color Harmonies of #FEBDF2
Complementary color
Monochromatic Colors of #FEBDF2
Black with #FEBDF2
Text Example
Text Example
White with #FEBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDF2; }
p { color: rgb(254,189,242); }
H1.HeaderClassName
{
color: #FEBDF2;
}
.AnyTagClassName
{
color: #FEBDF2;
}
</style>
background-color css
<style>
a { background-color: #FEBDF2; }
a { background-color: rgb(254,189,242); }
div.DivClassName
{
background-color: #FEBDF2;
}
.BgClassName
{
background-color: #FEBDF2;
}
</style>
border-color css
<style>
span { border-color: #FEBDF2; }
span { border-color: rgb(254,189,242); }
td.TdClassName
{
border-color: #FEBDF2;
}
.TagClassName
{
border-color: #FEBDF2;
}
</style>