Shades of Lavender Blush #FDEDF3
Tints of Lavender Blush #FDEDF3
RGB
CMYK
RGB Variations
Color information
#FDEDF3 (or 0xFDEDF3) is known color: Lavender Blush. HEX triplet: FD, ED and F3. RGB value is (253,237,243). Sum of RGB (Red+Green+Blue) = 253+237+243=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 243 (95.31% from 255 or 33.15% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF3 is #02120C. Grayscale: #F2F2F2. Windows color (decimal): -135693 or 15986173. OLE color: 15986173.
HSL color Cylindrical-coordinate representation of color #FDEDF3: hue angle of 337.5º 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 #FDEDF3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 243 | - |
CMYK | 0 | 0.06 | 0.04 | 0.01 |
HSL | 337.5º | 0.8% | 0.96% | - |
HSV(B) | 337.5º | 0.06% | 0.99% | - |
XYZ | 86.97 | 87.92 | 97.18 | - |
YUV | 242.47 | 128.3 | 135.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 243 | 0 | 0.06 | 0.04 | 0.01 | 337.5 | 0.8 | 0.96 |
Hex | FD | ED | F3 | 0 | 6 | 4 | 1 | 152 | 50 | 60 |
Octal | 375 | 355 | 363 | 0 | 6 | 4 | 1 | 522 | 120 | 140 |
Binary | 11111101 | 11101101 | 11110011 | 0 | 110 | 100 | 1 | 101010010 | 1010000 | 1100000 |
Color Harmonies of #FDEDF3
Complementary color
Monochromatic Colors of #FDEDF3
Black with #FDEDF3
Text Example
Text Example
White with #FDEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDF3; }
p { color: rgb(253,237,243); }
H1.HeaderClassName
{
color: #FDEDF3;
}
.AnyTagClassName
{
color: #FDEDF3;
}
</style>
background-color css
<style>
a { background-color: #FDEDF3; }
a { background-color: rgb(253,237,243); }
div.DivClassName
{
background-color: #FDEDF3;
}
.BgClassName
{
background-color: #FDEDF3;
}
</style>
border-color css
<style>
span { border-color: #FDEDF3; }
span { border-color: rgb(253,237,243); }
td.TdClassName
{
border-color: #FDEDF3;
}
.TagClassName
{
border-color: #FDEDF3;
}
</style>