Shades of Lavender Blush #FDE9F5
Tints of Lavender Blush #FDE9F5
RGB
CMYK
RGB Variations
Color information
#FDE9F5 (or 0xFDE9F5) is known color: Lavender Blush. HEX triplet: FD, E9 and F5. RGB value is (253,233,245). Sum of RGB (Red+Green+Blue) = 253+233+245=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 233 (91.41% from 255 or 31.87% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9F5 is #02160A. Grayscale: #F0F0F0. Windows color (decimal): -136715 or 16116221. OLE color: 16116221.
HSL color Cylindrical-coordinate representation of color #FDE9F5: hue angle of 324º degrees, saturation: 0.83, 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 #FDE9F5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 245 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.01 |
| HSL | 324º | 0.83% | 0.95% | - |
| HSV(B) | 324º | 0.08% | 0.99% | - |
| XYZ | 86.13 | 85.75 | 98.4 | - |
| YUV | 240.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 245 | 0 | 0.08 | 0.03 | 0.01 | 324 | 0.83 | 0.95 |
| Hex | FD | E9 | F5 | 0 | 8 | 3 | 1 | 144 | 53 | 5F |
| Octal | 375 | 351 | 365 | 0 | 10 | 3 | 1 | 504 | 123 | 137 |
| Binary | 11111101 | 11101001 | 11110101 | 0 | 1000 | 11 | 1 | 101000100 | 1010011 | 1011111 |
Color Harmonies of #FDE9F5
Complementary color
Monochromatic Colors of #FDE9F5
Black with #FDE9F5
Text Example
Text Example
White with #FDE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9F5; }
p { color: rgb(253,233,245); }
H1.HeaderClassName
{
color: #FDE9F5;
}
.AnyTagClassName
{
color: #FDE9F5;
}
</style>
background-color css
<style>
a { background-color: #FDE9F5; }
a { background-color: rgb(253,233,245); }
div.DivClassName
{
background-color: #FDE9F5;
}
.BgClassName
{
background-color: #FDE9F5;
}
</style>
border-color css
<style>
span { border-color: #FDE9F5; }
span { border-color: rgb(253,233,245); }
td.TdClassName
{
border-color: #FDE9F5;
}
.TagClassName
{
border-color: #FDE9F5;
}
</style>