Shades of Lavender Blush #FFEDF8
Tints of Lavender Blush #FFEDF8
RGB
CMYK
RGB Variations
Color information
#FFEDF8 (or 0xFFEDF8) is known color: Lavender Blush. HEX triplet: FF, ED and F8. RGB value is (255,237,248). Sum of RGB (Red+Green+Blue) = 255+237+248=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 237 (92.97% from 255 or 32.03% from 740); Blue value is 248 (97.27% from 255 or 33.51% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF8 is #001207. Grayscale: #F3F3F3. Windows color (decimal): -4616 or 16313855. OLE color: 16313855.
HSL color Cylindrical-coordinate representation of color #FFEDF8: hue angle of 323.33º 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 #FFEDF8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 248 | - |
| CMYK | 0 | 0.07 | 0.03 | 0 |
| HSL | 323.33º | 1% | 0.96% | - |
| HSV(B) | 323.33º | 0.07% | 1% | - |
| XYZ | 88.47 | 88.61 | 101.25 | - |
| YUV | 243.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 248 | 0 | 0.07 | 0.03 | 0 | 323.33 | 1 | 0.96 |
| Hex | FF | ED | F8 | 0 | 7 | 3 | 0 | 143 | 64 | 60 |
| Octal | 377 | 355 | 370 | 0 | 7 | 3 | 0 | 503 | 144 | 140 |
| Binary | 11111111 | 11101101 | 11111000 | 0 | 111 | 11 | 0 | 101000011 | 1100100 | 1100000 |
Color Harmonies of #FFEDF8
Complementary color
Monochromatic Colors of #FFEDF8
Black with #FFEDF8
Text Example
Text Example
White with #FFEDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDF8; }
p { color: rgb(255,237,248); }
H1.HeaderClassName
{
color: #FFEDF8;
}
.AnyTagClassName
{
color: #FFEDF8;
}
</style>
background-color css
<style>
a { background-color: #FFEDF8; }
a { background-color: rgb(255,237,248); }
div.DivClassName
{
background-color: #FFEDF8;
}
.BgClassName
{
background-color: #FFEDF8;
}
</style>
border-color css
<style>
span { border-color: #FFEDF8; }
span { border-color: rgb(255,237,248); }
td.TdClassName
{
border-color: #FFEDF8;
}
.TagClassName
{
border-color: #FFEDF8;
}
</style>