Shades of Lavender Blush #FDECF1
Tints of Lavender Blush #FDECF1
RGB
CMYK
RGB Variations
Color information
#FDECF1 (or 0xFDECF1) is known color: Lavender Blush. HEX triplet: FD, EC and F1. RGB value is (253,236,241). Sum of RGB (Red+Green+Blue) = 253+236+241=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF1 is #02130E. Grayscale: #F1F1F1. Windows color (decimal): -135951 or 15854845. OLE color: 15854845.
HSL color Cylindrical-coordinate representation of color #FDECF1: hue angle of 342.35º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDECF1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 241 | - |
CMYK | 0 | 0.07 | 0.05 | 0.01 |
HSL | 342.35º | 0.81% | 0.96% | - |
HSV(B) | 342.35º | 0.07% | 0.99% | - |
XYZ | 86.38 | 87.22 | 95.5 | - |
YUV | 241.65 | 127.63 | 136.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 241 | 0 | 0.07 | 0.05 | 0.01 | 342.35 | 0.81 | 0.96 |
Hex | FD | EC | F1 | 0 | 7 | 5 | 1 | 156 | 51 | 60 |
Octal | 375 | 354 | 361 | 0 | 7 | 5 | 1 | 526 | 121 | 140 |
Binary | 11111101 | 11101100 | 11110001 | 0 | 111 | 101 | 1 | 101010110 | 1010001 | 1100000 |
Color Harmonies of #FDECF1
Complementary color
Monochromatic Colors of #FDECF1
Black with #FDECF1
Text Example
Text Example
White with #FDECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECF1; }
p { color: rgb(253,236,241); }
H1.HeaderClassName
{
color: #FDECF1;
}
.AnyTagClassName
{
color: #FDECF1;
}
</style>
background-color css
<style>
a { background-color: #FDECF1; }
a { background-color: rgb(253,236,241); }
div.DivClassName
{
background-color: #FDECF1;
}
.BgClassName
{
background-color: #FDECF1;
}
</style>
border-color css
<style>
span { border-color: #FDECF1; }
span { border-color: rgb(253,236,241); }
td.TdClassName
{
border-color: #FDECF1;
}
.TagClassName
{
border-color: #FDECF1;
}
</style>