Shades of Lavender Blush #FDEDF0
Tints of Lavender Blush #FDEDF0
RGB
CMYK
RGB Variations
Color information
#FDEDF0 (or 0xFDEDF0) is known color: Lavender Blush. HEX triplet: FD, ED and F0. RGB value is (253,237,240). Sum of RGB (Red+Green+Blue) = 253+237+240=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF0 is #02120F. Grayscale: #F2F2F2. Windows color (decimal): -135696 or 15789565. OLE color: 15789565.
HSL color Cylindrical-coordinate representation of color #FDEDF0: hue angle of 348.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEDF0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 240 | - |
CMYK | 0 | 0.06 | 0.05 | 0.01 |
HSL | 348.75º | 0.8% | 0.96% | - |
HSV(B) | 348.75º | 0.06% | 0.99% | - |
XYZ | 86.52 | 87.74 | 94.81 | - |
YUV | 242.13 | 126.8 | 135.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 240 | 0 | 0.06 | 0.05 | 0.01 | 348.75 | 0.8 | 0.96 |
Hex | FD | ED | F0 | 0 | 6 | 5 | 1 | 15D | 50 | 60 |
Octal | 375 | 355 | 360 | 0 | 6 | 5 | 1 | 535 | 120 | 140 |
Binary | 11111101 | 11101101 | 11110000 | 0 | 110 | 101 | 1 | 101011101 | 1010000 | 1100000 |
Color Harmonies of #FDEDF0
Complementary color
Monochromatic Colors of #FDEDF0
Black with #FDEDF0
Text Example
Text Example
White with #FDEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDF0; }
p { color: rgb(253,237,240); }
H1.HeaderClassName
{
color: #FDEDF0;
}
.AnyTagClassName
{
color: #FDEDF0;
}
</style>
background-color css
<style>
a { background-color: #FDEDF0; }
a { background-color: rgb(253,237,240); }
div.DivClassName
{
background-color: #FDEDF0;
}
.BgClassName
{
background-color: #FDEDF0;
}
</style>
border-color css
<style>
span { border-color: #FDEDF0; }
span { border-color: rgb(253,237,240); }
td.TdClassName
{
border-color: #FDEDF0;
}
.TagClassName
{
border-color: #FDEDF0;
}
</style>