Shades of Lavender Blush #FDEDF5
Tints of Lavender Blush #FDEDF5
RGB
CMYK
RGB Variations
Color information
#FDEDF5 (or 0xFDEDF5) is known color: Lavender Blush. HEX triplet: FD, ED and F5. RGB value is (253,237,245). Sum of RGB (Red+Green+Blue) = 253+237+245=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 237 (92.97% from 255 or 32.24% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF5 is #02120A. Grayscale: #F2F2F2. Windows color (decimal): -135691 or 16117245. OLE color: 16117245.
HSL color Cylindrical-coordinate representation of color #FDEDF5: hue angle of 330º 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 #FDEDF5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 245 | - |
CMYK | 0 | 0.06 | 0.03 | 0.01 |
HSL | 330º | 0.8% | 0.96% | - |
HSV(B) | 330º | 0.06% | 0.99% | - |
XYZ | 87.27 | 88.04 | 98.78 | - |
YUV | 242.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 245 | 0 | 0.06 | 0.03 | 0.01 | 330 | 0.8 | 0.96 |
Hex | FD | ED | F5 | 0 | 6 | 3 | 1 | 14A | 50 | 60 |
Octal | 375 | 355 | 365 | 0 | 6 | 3 | 1 | 512 | 120 | 140 |
Binary | 11111101 | 11101101 | 11110101 | 0 | 110 | 11 | 1 | 101001010 | 1010000 | 1100000 |
Color Harmonies of #FDEDF5
Complementary color
Monochromatic Colors of #FDEDF5
Black with #FDEDF5
Text Example
Text Example
White with #FDEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDF5; }
p { color: rgb(253,237,245); }
H1.HeaderClassName
{
color: #FDEDF5;
}
.AnyTagClassName
{
color: #FDEDF5;
}
</style>
background-color css
<style>
a { background-color: #FDEDF5; }
a { background-color: rgb(253,237,245); }
div.DivClassName
{
background-color: #FDEDF5;
}
.BgClassName
{
background-color: #FDEDF5;
}
</style>
border-color css
<style>
span { border-color: #FDEDF5; }
span { border-color: rgb(253,237,245); }
td.TdClassName
{
border-color: #FDEDF5;
}
.TagClassName
{
border-color: #FDEDF5;
}
</style>