Shades of Lavender Blush #FDECF4
Tints of Lavender Blush #FDECF4
RGB
CMYK
RGB Variations
Color information
#FDECF4 (or 0xFDECF4) is known color: Lavender Blush. HEX triplet: FD, EC and F4. RGB value is (253,236,244). Sum of RGB (Red+Green+Blue) = 253+236+244=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 236 (92.58% from 255 or 32.20% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF4 is #02130B. Grayscale: #F1F1F1. Windows color (decimal): -135948 or 16051453. OLE color: 16051453.
HSL color Cylindrical-coordinate representation of color #FDECF4: hue angle of 331.76º 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 #FDECF4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 244 | - |
CMYK | 0 | 0.07 | 0.04 | 0.01 |
HSL | 331.76º | 0.81% | 0.96% | - |
HSV(B) | 331.76º | 0.07% | 0.99% | - |
XYZ | 86.83 | 87.41 | 97.88 | - |
YUV | 242 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 244 | 0 | 0.07 | 0.04 | 0.01 | 331.76 | 0.81 | 0.96 |
Hex | FD | EC | F4 | 0 | 7 | 4 | 1 | 14C | 51 | 60 |
Octal | 375 | 354 | 364 | 0 | 7 | 4 | 1 | 514 | 121 | 140 |
Binary | 11111101 | 11101100 | 11110100 | 0 | 111 | 100 | 1 | 101001100 | 1010001 | 1100000 |
Color Harmonies of #FDECF4
Complementary color
Monochromatic Colors of #FDECF4
Black with #FDECF4
Text Example
Text Example
White with #FDECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECF4; }
p { color: rgb(253,236,244); }
H1.HeaderClassName
{
color: #FDECF4;
}
.AnyTagClassName
{
color: #FDECF4;
}
</style>
background-color css
<style>
a { background-color: #FDECF4; }
a { background-color: rgb(253,236,244); }
div.DivClassName
{
background-color: #FDECF4;
}
.BgClassName
{
background-color: #FDECF4;
}
</style>
border-color css
<style>
span { border-color: #FDECF4; }
span { border-color: rgb(253,236,244); }
td.TdClassName
{
border-color: #FDECF4;
}
.TagClassName
{
border-color: #FDECF4;
}
</style>