Shades of Lavender Blush #FDEAF0
Tints of Lavender Blush #FDEAF0
RGB
CMYK
RGB Variations
Color information
#FDEAF0 (or 0xFDEAF0) is known color: Lavender Blush. HEX triplet: FD, EA and F0. RGB value is (253,234,240). Sum of RGB (Red+Green+Blue) = 253+234+240=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF0 is #02150F. Grayscale: #F0F0F0. Windows color (decimal): -136464 or 15788797. OLE color: 15788797.
HSL color Cylindrical-coordinate representation of color #FDEAF0: hue angle of 341.05º 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 #FDEAF0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 240 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.01 |
| HSL | 341.05º | 0.83% | 0.95% | - |
| HSV(B) | 341.05º | 0.08% | 0.99% | - |
| XYZ | 85.66 | 86.02 | 94.53 | - |
| YUV | 240.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 240 | 0 | 0.08 | 0.05 | 0.01 | 341.05 | 0.83 | 0.95 |
| Hex | FD | EA | F0 | 0 | 8 | 5 | 1 | 155 | 53 | 5F |
| Octal | 375 | 352 | 360 | 0 | 10 | 5 | 1 | 525 | 123 | 137 |
| Binary | 11111101 | 11101010 | 11110000 | 0 | 1000 | 101 | 1 | 101010101 | 1010011 | 1011111 |
Color Harmonies of #FDEAF0
Complementary color
Monochromatic Colors of #FDEAF0
Black with #FDEAF0
Text Example
Text Example
White with #FDEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAF0; }
p { color: rgb(253,234,240); }
H1.HeaderClassName
{
color: #FDEAF0;
}
.AnyTagClassName
{
color: #FDEAF0;
}
</style>
background-color css
<style>
a { background-color: #FDEAF0; }
a { background-color: rgb(253,234,240); }
div.DivClassName
{
background-color: #FDEAF0;
}
.BgClassName
{
background-color: #FDEAF0;
}
</style>
border-color css
<style>
span { border-color: #FDEAF0; }
span { border-color: rgb(253,234,240); }
td.TdClassName
{
border-color: #FDEAF0;
}
.TagClassName
{
border-color: #FDEAF0;
}
</style>