Shades of Lavender Blush #FDEDF9
Tints of Lavender Blush #FDEDF9
RGB
CMYK
RGB Variations
Color information
#FDEDF9 (or 0xFDEDF9) is known color: Lavender Blush. HEX triplet: FD, ED and F9. RGB value is (253,237,249). Sum of RGB (Red+Green+Blue) = 253+237+249=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF9 is #021206. Grayscale: #F3F3F3. Windows color (decimal): -135687 or 16379389. OLE color: 16379389.
HSL color Cylindrical-coordinate representation of color #FDEDF9: hue angle of 315º 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 #FDEDF9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 249 | - |
CMYK | 0 | 0.06 | 0.02 | 0.01 |
HSL | 315º | 0.8% | 0.96% | - |
HSV(B) | 315º | 0.06% | 0.99% | - |
XYZ | 87.89 | 88.29 | 102.03 | - |
YUV | 243.15 | 131.3 | 135.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 249 | 0 | 0.06 | 0.02 | 0.01 | 315 | 0.8 | 0.96 |
Hex | FD | ED | F9 | 0 | 6 | 2 | 1 | 13B | 50 | 60 |
Octal | 375 | 355 | 371 | 0 | 6 | 2 | 1 | 473 | 120 | 140 |
Binary | 11111101 | 11101101 | 11111001 | 0 | 110 | 10 | 1 | 100111011 | 1010000 | 1100000 |
Color Harmonies of #FDEDF9
Complementary color
Monochromatic Colors of #FDEDF9
Black with #FDEDF9
Text Example
Text Example
White with #FDEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDF9; }
p { color: rgb(253,237,249); }
H1.HeaderClassName
{
color: #FDEDF9;
}
.AnyTagClassName
{
color: #FDEDF9;
}
</style>
background-color css
<style>
a { background-color: #FDEDF9; }
a { background-color: rgb(253,237,249); }
div.DivClassName
{
background-color: #FDEDF9;
}
.BgClassName
{
background-color: #FDEDF9;
}
</style>
border-color css
<style>
span { border-color: #FDEDF9; }
span { border-color: rgb(253,237,249); }
td.TdClassName
{
border-color: #FDEDF9;
}
.TagClassName
{
border-color: #FDEDF9;
}
</style>