Shades of Lavender Blush #FDE8F4
Tints of Lavender Blush #FDE8F4
RGB
CMYK
RGB Variations
Color information
#FDE8F4 (or 0xFDE8F4) is known color: Lavender Blush. HEX triplet: FD, E8 and F4. RGB value is (253,232,244). Sum of RGB (Red+Green+Blue) = 253+232+244=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 232 (91.02% from 255 or 31.82% from 729); Blue value is 244 (95.70% from 255 or 33.47% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8F4 is #02170B. Grayscale: #EFEFEF. Windows color (decimal): -136972 or 16050429. OLE color: 16050429.
HSL color Cylindrical-coordinate representation of color #FDE8F4: hue angle of 325.71º 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 #FDE8F4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 244 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.01 |
| HSL | 325.71º | 0.84% | 0.95% | - |
| HSV(B) | 325.71º | 0.08% | 0.99% | - |
| XYZ | 85.69 | 85.13 | 97.5 | - |
| YUV | 239.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 244 | 0 | 0.08 | 0.04 | 0.01 | 325.71 | 0.84 | 0.95 |
| Hex | FD | E8 | F4 | 0 | 8 | 4 | 1 | 146 | 54 | 5F |
| Octal | 375 | 350 | 364 | 0 | 10 | 4 | 1 | 506 | 124 | 137 |
| Binary | 11111101 | 11101000 | 11110100 | 0 | 1000 | 100 | 1 | 101000110 | 1010100 | 1011111 |
Color Harmonies of #FDE8F4
Complementary color
Monochromatic Colors of #FDE8F4
Black with #FDE8F4
Text Example
Text Example
White with #FDE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8F4; }
p { color: rgb(253,232,244); }
H1.HeaderClassName
{
color: #FDE8F4;
}
.AnyTagClassName
{
color: #FDE8F4;
}
</style>
background-color css
<style>
a { background-color: #FDE8F4; }
a { background-color: rgb(253,232,244); }
div.DivClassName
{
background-color: #FDE8F4;
}
.BgClassName
{
background-color: #FDE8F4;
}
</style>
border-color css
<style>
span { border-color: #FDE8F4; }
span { border-color: rgb(253,232,244); }
td.TdClassName
{
border-color: #FDE8F4;
}
.TagClassName
{
border-color: #FDE8F4;
}
</style>