Shades of Lavender Blush #FDEAF9
Tints of Lavender Blush #FDEAF9
RGB
CMYK
RGB Variations
Color information
#FDEAF9 (or 0xFDEAF9) is known color: Lavender Blush. HEX triplet: FD, EA and F9. RGB value is (253,234,249). Sum of RGB (Red+Green+Blue) = 253+234+249=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF9 is #021506. Grayscale: #F1F1F1. Windows color (decimal): -136455 or 16378621. OLE color: 16378621.
HSL color Cylindrical-coordinate representation of color #FDEAF9: hue angle of 312.63º 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 #FDEAF9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 249 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.01 |
| HSL | 312.63º | 0.83% | 0.95% | - |
| HSV(B) | 312.63º | 0.08% | 0.99% | - |
| XYZ | 87.03 | 86.57 | 101.74 | - |
| YUV | 241.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 249 | 0 | 0.08 | 0.02 | 0.01 | 312.63 | 0.83 | 0.95 |
| Hex | FD | EA | F9 | 0 | 8 | 2 | 1 | 139 | 53 | 5F |
| Octal | 375 | 352 | 371 | 0 | 10 | 2 | 1 | 471 | 123 | 137 |
| Binary | 11111101 | 11101010 | 11111001 | 0 | 1000 | 10 | 1 | 100111001 | 1010011 | 1011111 |
Color Harmonies of #FDEAF9
Complementary color
Monochromatic Colors of #FDEAF9
Black with #FDEAF9
Text Example
Text Example
White with #FDEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAF9; }
p { color: rgb(253,234,249); }
H1.HeaderClassName
{
color: #FDEAF9;
}
.AnyTagClassName
{
color: #FDEAF9;
}
</style>
background-color css
<style>
a { background-color: #FDEAF9; }
a { background-color: rgb(253,234,249); }
div.DivClassName
{
background-color: #FDEAF9;
}
.BgClassName
{
background-color: #FDEAF9;
}
</style>
border-color css
<style>
span { border-color: #FDEAF9; }
span { border-color: rgb(253,234,249); }
td.TdClassName
{
border-color: #FDEAF9;
}
.TagClassName
{
border-color: #FDEAF9;
}
</style>