Shades of Lavender Blush #FDE8F1
Tints of Lavender Blush #FDE8F1
RGB
CMYK
RGB Variations
Color information
#FDE8F1 (or 0xFDE8F1) is known color: Lavender Blush. HEX triplet: FD, E8 and F1. RGB value is (253,232,241). Sum of RGB (Red+Green+Blue) = 253+232+241=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 232 (91.02% from 255 or 31.96% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8F1 is #02170E. Grayscale: #EFEFEF. Windows color (decimal): -136975 or 15853821. OLE color: 15853821.
HSL color Cylindrical-coordinate representation of color #FDE8F1: hue angle of 334.29º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE8F1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 241 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.01 |
| HSL | 334.29º | 0.84% | 0.95% | - |
| HSV(B) | 334.29º | 0.08% | 0.99% | - |
| XYZ | 85.24 | 84.95 | 95.12 | - |
| YUV | 239.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 241 | 0 | 0.08 | 0.05 | 0.01 | 334.29 | 0.84 | 0.95 |
| Hex | FD | E8 | F1 | 0 | 8 | 5 | 1 | 14E | 54 | 5F |
| Octal | 375 | 350 | 361 | 0 | 10 | 5 | 1 | 516 | 124 | 137 |
| Binary | 11111101 | 11101000 | 11110001 | 0 | 1000 | 101 | 1 | 101001110 | 1010100 | 1011111 |
Color Harmonies of #FDE8F1
Complementary color
Monochromatic Colors of #FDE8F1
Black with #FDE8F1
Text Example
Text Example
White with #FDE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8F1; }
p { color: rgb(253,232,241); }
H1.HeaderClassName
{
color: #FDE8F1;
}
.AnyTagClassName
{
color: #FDE8F1;
}
</style>
background-color css
<style>
a { background-color: #FDE8F1; }
a { background-color: rgb(253,232,241); }
div.DivClassName
{
background-color: #FDE8F1;
}
.BgClassName
{
background-color: #FDE8F1;
}
</style>
border-color css
<style>
span { border-color: #FDE8F1; }
span { border-color: rgb(253,232,241); }
td.TdClassName
{
border-color: #FDE8F1;
}
.TagClassName
{
border-color: #FDE8F1;
}
</style>