Shades of Lavender Blush #FEEDF1
Tints of Lavender Blush #FEEDF1
RGB
CMYK
RGB Variations
Color information
#FEEDF1 (or 0xFEEDF1) is known color: Lavender Blush. HEX triplet: FE, ED and F1. RGB value is (254,237,241). Sum of RGB (Red+Green+Blue) = 254+237+241=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 241 (94.53% from 255 or 32.92% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEDF1 is #01120E. Grayscale: #F2F2F2. Windows color (decimal): -70159 or 15855102. OLE color: 15855102.
HSL color Cylindrical-coordinate representation of color #FEEDF1: hue angle of 345.88º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEDF1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 241 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.00 |
| HSL | 345.88º | 0.89% | 0.96% | - |
| HSV(B) | 345.88º | 0.07% | 1% | - |
| XYZ | 87.03 | 87.99 | 95.62 | - |
| YUV | 242.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 241 | 0 | 0.07 | 0.05 | 0.00 | 345.88 | 0.89 | 0.96 |
| Hex | FE | ED | F1 | 0 | 7 | 5 | 0 | 15A | 59 | 60 |
| Octal | 376 | 355 | 361 | 0 | 7 | 5 | 0 | 532 | 131 | 140 |
| Binary | 11111110 | 11101101 | 11110001 | 0 | 111 | 101 | 0 | 101011010 | 1011001 | 1100000 |
Color Harmonies of #FEEDF1
Complementary color
Monochromatic Colors of #FEEDF1
Black with #FEEDF1
Text Example
Text Example
White with #FEEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDF1; }
p { color: rgb(254,237,241); }
H1.HeaderClassName
{
color: #FEEDF1;
}
.AnyTagClassName
{
color: #FEEDF1;
}
</style>
background-color css
<style>
a { background-color: #FEEDF1; }
a { background-color: rgb(254,237,241); }
div.DivClassName
{
background-color: #FEEDF1;
}
.BgClassName
{
background-color: #FEEDF1;
}
</style>
border-color css
<style>
span { border-color: #FEEDF1; }
span { border-color: rgb(254,237,241); }
td.TdClassName
{
border-color: #FEEDF1;
}
.TagClassName
{
border-color: #FEEDF1;
}
</style>