Shades of Lavender Blush #FDEAF4
Tints of Lavender Blush #FDEAF4
RGB
CMYK
RGB Variations
Color information
#FDEAF4 (or 0xFDEAF4) is known color: Lavender Blush. HEX triplet: FD, EA and F4. RGB value is (253,234,244). Sum of RGB (Red+Green+Blue) = 253+234+244=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 244 (95.70% from 255 or 33.38% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF4 is #02150B. Grayscale: #F0F0F0. Windows color (decimal): -136460 or 16050941. OLE color: 16050941.
HSL color Cylindrical-coordinate representation of color #FDEAF4: hue angle of 328.42º 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 #FDEAF4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 244 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.01 |
| HSL | 328.42º | 0.83% | 0.95% | - |
| HSV(B) | 328.42º | 0.08% | 0.99% | - |
| XYZ | 86.26 | 86.26 | 97.69 | - |
| YUV | 240.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 244 | 0 | 0.08 | 0.04 | 0.01 | 328.42 | 0.83 | 0.95 |
| Hex | FD | EA | F4 | 0 | 8 | 4 | 1 | 148 | 53 | 5F |
| Octal | 375 | 352 | 364 | 0 | 10 | 4 | 1 | 510 | 123 | 137 |
| Binary | 11111101 | 11101010 | 11110100 | 0 | 1000 | 100 | 1 | 101001000 | 1010011 | 1011111 |
Color Harmonies of #FDEAF4
Complementary color
Monochromatic Colors of #FDEAF4
Black with #FDEAF4
Text Example
Text Example
White with #FDEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAF4; }
p { color: rgb(253,234,244); }
H1.HeaderClassName
{
color: #FDEAF4;
}
.AnyTagClassName
{
color: #FDEAF4;
}
</style>
background-color css
<style>
a { background-color: #FDEAF4; }
a { background-color: rgb(253,234,244); }
div.DivClassName
{
background-color: #FDEAF4;
}
.BgClassName
{
background-color: #FDEAF4;
}
</style>
border-color css
<style>
span { border-color: #FDEAF4; }
span { border-color: rgb(253,234,244); }
td.TdClassName
{
border-color: #FDEAF4;
}
.TagClassName
{
border-color: #FDEAF4;
}
</style>