Shades of Lavender Blush #FFEDFC
Tints of Lavender Blush #FFEDFC
RGB
CMYK
RGB Variations
Color information
#FFEDFC (or 0xFFEDFC) is known color: Lavender Blush. HEX triplet: FF, ED and FC. RGB value is (255,237,252). Sum of RGB (Red+Green+Blue) = 255+237+252=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 237 (92.97% from 255 or 31.85% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFC is #001203. Grayscale: #F4F4F4. Windows color (decimal): -4612 or 16575999. OLE color: 16575999.
HSL color Cylindrical-coordinate representation of color #FFEDFC: hue angle of 310º 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 #FFEDFC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 252 | - |
| CMYK | 0 | 0.07 | 0.01 | 0 |
| HSL | 310º | 1% | 0.96% | - |
| HSV(B) | 310º | 0.07% | 1% | - |
| XYZ | 89.09 | 88.86 | 104.55 | - |
| YUV | 244.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 252 | 0 | 0.07 | 0.01 | 0 | 310 | 1 | 0.96 |
| Hex | FF | ED | FC | 0 | 7 | 1 | 0 | 136 | 64 | 60 |
| Octal | 377 | 355 | 374 | 0 | 7 | 1 | 0 | 466 | 144 | 140 |
| Binary | 11111111 | 11101101 | 11111100 | 0 | 111 | 1 | 0 | 100110110 | 1100100 | 1100000 |
Color Harmonies of #FFEDFC
Complementary color
Monochromatic Colors of #FFEDFC
Black with #FFEDFC
Text Example
Text Example
White with #FFEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDFC; }
p { color: rgb(255,237,252); }
H1.HeaderClassName
{
color: #FFEDFC;
}
.AnyTagClassName
{
color: #FFEDFC;
}
</style>
background-color css
<style>
a { background-color: #FFEDFC; }
a { background-color: rgb(255,237,252); }
div.DivClassName
{
background-color: #FFEDFC;
}
.BgClassName
{
background-color: #FFEDFC;
}
</style>
border-color css
<style>
span { border-color: #FFEDFC; }
span { border-color: rgb(255,237,252); }
td.TdClassName
{
border-color: #FFEDFC;
}
.TagClassName
{
border-color: #FFEDFC;
}
</style>