Shades of Lavender Blush #FFEDF6
Tints of Lavender Blush #FFEDF6
RGB
CMYK
RGB Variations
Color information
#FFEDF6 (or 0xFFEDF6) is known color: Lavender Blush. HEX triplet: FF, ED and F6. RGB value is (255,237,246). Sum of RGB (Red+Green+Blue) = 255+237+246=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 246 (96.48% from 255 or 33.33% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF6 is #001209. Grayscale: #F3F3F3. Windows color (decimal): -4618 or 16182783. OLE color: 16182783.
HSL color Cylindrical-coordinate representation of color #FFEDF6: hue angle of 330º 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 #FFEDF6 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 246 | - |
| CMYK | 0 | 0.07 | 0.04 | 0 |
| HSL | 330º | 1% | 0.96% | - |
| HSV(B) | 330º | 0.07% | 1% | - |
| XYZ | 88.16 | 88.48 | 99.62 | - |
| YUV | 243.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 246 | 0 | 0.07 | 0.04 | 0 | 330 | 1 | 0.96 |
| Hex | FF | ED | F6 | 0 | 7 | 4 | 0 | 14A | 64 | 60 |
| Octal | 377 | 355 | 366 | 0 | 7 | 4 | 0 | 512 | 144 | 140 |
| Binary | 11111111 | 11101101 | 11110110 | 0 | 111 | 100 | 0 | 101001010 | 1100100 | 1100000 |
Color Harmonies of #FFEDF6
Complementary color
Monochromatic Colors of #FFEDF6
Black with #FFEDF6
Text Example
Text Example
White with #FFEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDF6; }
p { color: rgb(255,237,246); }
H1.HeaderClassName
{
color: #FFEDF6;
}
.AnyTagClassName
{
color: #FFEDF6;
}
</style>
background-color css
<style>
a { background-color: #FFEDF6; }
a { background-color: rgb(255,237,246); }
div.DivClassName
{
background-color: #FFEDF6;
}
.BgClassName
{
background-color: #FFEDF6;
}
</style>
border-color css
<style>
span { border-color: #FFEDF6; }
span { border-color: rgb(255,237,246); }
td.TdClassName
{
border-color: #FFEDF6;
}
.TagClassName
{
border-color: #FFEDF6;
}
</style>