Shades of Lavender Blush #FDE8F5
Tints of Lavender Blush #FDE8F5
RGB
CMYK
RGB Variations
Color information
#FDE8F5 (or 0xFDE8F5) is known color: Lavender Blush. HEX triplet: FD, E8 and F5. RGB value is (253,232,245). Sum of RGB (Red+Green+Blue) = 253+232+245=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 232 (91.02% from 255 or 31.78% from 730); Blue value is 245 (96.09% from 255 or 33.56% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8F5 is #02170A. Grayscale: #EFEFEF. Windows color (decimal): -136971 or 16115965. OLE color: 16115965.
HSL color Cylindrical-coordinate representation of color #FDE8F5: hue angle of 322.86º 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 #FDE8F5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 245 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.01 |
| HSL | 322.86º | 0.84% | 0.95% | - |
| HSV(B) | 322.86º | 0.08% | 0.99% | - |
| XYZ | 85.85 | 85.19 | 98.3 | - |
| YUV | 239.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 245 | 0 | 0.08 | 0.03 | 0.01 | 322.86 | 0.84 | 0.95 |
| Hex | FD | E8 | F5 | 0 | 8 | 3 | 1 | 143 | 54 | 5F |
| Octal | 375 | 350 | 365 | 0 | 10 | 3 | 1 | 503 | 124 | 137 |
| Binary | 11111101 | 11101000 | 11110101 | 0 | 1000 | 11 | 1 | 101000011 | 1010100 | 1011111 |
Color Harmonies of #FDE8F5
Complementary color
Monochromatic Colors of #FDE8F5
Black with #FDE8F5
Text Example
Text Example
White with #FDE8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8F5; }
p { color: rgb(253,232,245); }
H1.HeaderClassName
{
color: #FDE8F5;
}
.AnyTagClassName
{
color: #FDE8F5;
}
</style>
background-color css
<style>
a { background-color: #FDE8F5; }
a { background-color: rgb(253,232,245); }
div.DivClassName
{
background-color: #FDE8F5;
}
.BgClassName
{
background-color: #FDE8F5;
}
</style>
border-color css
<style>
span { border-color: #FDE8F5; }
span { border-color: rgb(253,232,245); }
td.TdClassName
{
border-color: #FDE8F5;
}
.TagClassName
{
border-color: #FDE8F5;
}
</style>