Shades of Lavender Blush #FDE6F4
Tints of Lavender Blush #FDE6F4
RGB
CMYK
RGB Variations
Color information
#FDE6F4 (or 0xFDE6F4) is known color: Lavender Blush. HEX triplet: FD, E6 and F4. RGB value is (253,230,244). Sum of RGB (Red+Green+Blue) = 253+230+244=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 230 (90.23% from 255 or 31.64% from 727); Blue value is 244 (95.70% from 255 or 33.56% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6F4 is #02190B. Grayscale: #EEEEEE. Windows color (decimal): -137484 or 16049917. OLE color: 16049917.
HSL color Cylindrical-coordinate representation of color #FDE6F4: hue angle of 323.48º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE6F4 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 244 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.01 |
| HSL | 323.48º | 0.85% | 0.95% | - |
| HSV(B) | 323.48º | 0.09% | 0.99% | - |
| XYZ | 85.13 | 84.01 | 97.32 | - |
| YUV | 238.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 244 | 0 | 0.09 | 0.04 | 0.01 | 323.48 | 0.85 | 0.95 |
| Hex | FD | E6 | F4 | 0 | 9 | 4 | 1 | 143 | 55 | 5F |
| Octal | 375 | 346 | 364 | 0 | 11 | 4 | 1 | 503 | 125 | 137 |
| Binary | 11111101 | 11100110 | 11110100 | 0 | 1001 | 100 | 1 | 101000011 | 1010101 | 1011111 |
Color Harmonies of #FDE6F4
Complementary color
Monochromatic Colors of #FDE6F4
Black with #FDE6F4
Text Example
Text Example
White with #FDE6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6F4; }
p { color: rgb(253,230,244); }
H1.HeaderClassName
{
color: #FDE6F4;
}
.AnyTagClassName
{
color: #FDE6F4;
}
</style>
background-color css
<style>
a { background-color: #FDE6F4; }
a { background-color: rgb(253,230,244); }
div.DivClassName
{
background-color: #FDE6F4;
}
.BgClassName
{
background-color: #FDE6F4;
}
</style>
border-color css
<style>
span { border-color: #FDE6F4; }
span { border-color: rgb(253,230,244); }
td.TdClassName
{
border-color: #FDE6F4;
}
.TagClassName
{
border-color: #FDE6F4;
}
</style>