Shades of Lavender Blush #FFEDF7
Tints of Lavender Blush #FFEDF7
RGB
CMYK
RGB Variations
Color information
#FFEDF7 (or 0xFFEDF7) is known color: Lavender Blush. HEX triplet: FF, ED and F7. RGB value is (255,237,247). Sum of RGB (Red+Green+Blue) = 255+237+247=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 247 (96.88% from 255 or 33.42% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF7 is #001208. Grayscale: #F3F3F3. Windows color (decimal): -4617 or 16248319. OLE color: 16248319.
HSL color Cylindrical-coordinate representation of color #FFEDF7: hue angle of 326.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 #FFEDF7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 247 | - |
| CMYK | 0 | 0.07 | 0.03 | 0 |
| HSL | 326.67º | 1% | 0.96% | - |
| HSV(B) | 326.67º | 0.07% | 1% | - |
| XYZ | 88.31 | 88.54 | 100.43 | - |
| YUV | 243.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 247 | 0 | 0.07 | 0.03 | 0 | 326.67 | 1 | 0.96 |
| Hex | FF | ED | F7 | 0 | 7 | 3 | 0 | 147 | 64 | 60 |
| Octal | 377 | 355 | 367 | 0 | 7 | 3 | 0 | 507 | 144 | 140 |
| Binary | 11111111 | 11101101 | 11110111 | 0 | 111 | 11 | 0 | 101000111 | 1100100 | 1100000 |
Color Harmonies of #FFEDF7
Complementary color
Monochromatic Colors of #FFEDF7
Black with #FFEDF7
Text Example
Text Example
White with #FFEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDF7; }
p { color: rgb(255,237,247); }
H1.HeaderClassName
{
color: #FFEDF7;
}
.AnyTagClassName
{
color: #FFEDF7;
}
</style>
background-color css
<style>
a { background-color: #FFEDF7; }
a { background-color: rgb(255,237,247); }
div.DivClassName
{
background-color: #FFEDF7;
}
.BgClassName
{
background-color: #FFEDF7;
}
</style>
border-color css
<style>
span { border-color: #FFEDF7; }
span { border-color: rgb(255,237,247); }
td.TdClassName
{
border-color: #FFEDF7;
}
.TagClassName
{
border-color: #FFEDF7;
}
</style>