Shades of Lavender Blush #FFEDF4
Tints of Lavender Blush #FFEDF4
RGB
CMYK
RGB Variations
Color information
#FFEDF4 (or 0xFFEDF4) is known color: Lavender Blush. HEX triplet: FF, ED and F4. RGB value is (255,237,244). Sum of RGB (Red+Green+Blue) = 255+237+244=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 244 (95.70% from 255 or 33.15% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF4 is #00120B. Grayscale: #F3F3F3. Windows color (decimal): -4620 or 16051711. OLE color: 16051711.
HSL color Cylindrical-coordinate representation of color #FFEDF4: hue angle of 336.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDF4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 244 | - |
| CMYK | 0 | 0.07 | 0.04 | 0 |
| HSL | 336.67º | 1% | 0.96% | - |
| HSV(B) | 336.67º | 0.07% | 1% | - |
| XYZ | 87.85 | 88.36 | 98.01 | - |
| YUV | 243.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 244 | 0 | 0.07 | 0.04 | 0 | 336.67 | 1 | 0.96 |
| Hex | FF | ED | F4 | 0 | 7 | 4 | 0 | 151 | 64 | 60 |
| Octal | 377 | 355 | 364 | 0 | 7 | 4 | 0 | 521 | 144 | 140 |
| Binary | 11111111 | 11101101 | 11110100 | 0 | 111 | 100 | 0 | 101010001 | 1100100 | 1100000 |
Color Harmonies of #FFEDF4
Complementary color
Monochromatic Colors of #FFEDF4
Black with #FFEDF4
Text Example
Text Example
White with #FFEDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDF4; }
p { color: rgb(255,237,244); }
H1.HeaderClassName
{
color: #FFEDF4;
}
.AnyTagClassName
{
color: #FFEDF4;
}
</style>
background-color css
<style>
a { background-color: #FFEDF4; }
a { background-color: rgb(255,237,244); }
div.DivClassName
{
background-color: #FFEDF4;
}
.BgClassName
{
background-color: #FFEDF4;
}
</style>
border-color css
<style>
span { border-color: #FFEDF4; }
span { border-color: rgb(255,237,244); }
td.TdClassName
{
border-color: #FFEDF4;
}
.TagClassName
{
border-color: #FFEDF4;
}
</style>