Shades of Lavender Blush #FDEAF6
Tints of Lavender Blush #FDEAF6
RGB
CMYK
RGB Variations
Color information
#FDEAF6 (or 0xFDEAF6) is known color: Lavender Blush. HEX triplet: FD, EA and F6. RGB value is (253,234,246). Sum of RGB (Red+Green+Blue) = 253+234+246=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 246 (96.48% from 255 or 33.56% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF6 is #021509. Grayscale: #F1F1F1. Windows color (decimal): -136458 or 16182013. OLE color: 16182013.
HSL color Cylindrical-coordinate representation of color #FDEAF6: hue angle of 322.11º 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 #FDEAF6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 246 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.01 |
| HSL | 322.11º | 0.83% | 0.95% | - |
| HSV(B) | 322.11º | 0.08% | 0.99% | - |
| XYZ | 86.57 | 86.38 | 99.3 | - |
| YUV | 241.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 246 | 0 | 0.08 | 0.03 | 0.01 | 322.11 | 0.83 | 0.95 |
| Hex | FD | EA | F6 | 0 | 8 | 3 | 1 | 142 | 53 | 5F |
| Octal | 375 | 352 | 366 | 0 | 10 | 3 | 1 | 502 | 123 | 137 |
| Binary | 11111101 | 11101010 | 11110110 | 0 | 1000 | 11 | 1 | 101000010 | 1010011 | 1011111 |
Color Harmonies of #FDEAF6
Complementary color
Monochromatic Colors of #FDEAF6
Black with #FDEAF6
Text Example
Text Example
White with #FDEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAF6; }
p { color: rgb(253,234,246); }
H1.HeaderClassName
{
color: #FDEAF6;
}
.AnyTagClassName
{
color: #FDEAF6;
}
</style>
background-color css
<style>
a { background-color: #FDEAF6; }
a { background-color: rgb(253,234,246); }
div.DivClassName
{
background-color: #FDEAF6;
}
.BgClassName
{
background-color: #FDEAF6;
}
</style>
border-color css
<style>
span { border-color: #FDEAF6; }
span { border-color: rgb(253,234,246); }
td.TdClassName
{
border-color: #FDEAF6;
}
.TagClassName
{
border-color: #FDEAF6;
}
</style>