Shades of Lavender Blush #FDECF2
Tints of Lavender Blush #FDECF2
RGB
CMYK
RGB Variations
Color information
#FDECF2 (or 0xFDECF2) is known color: Lavender Blush. HEX triplet: FD, EC and F2. RGB value is (253,236,242). Sum of RGB (Red+Green+Blue) = 253+236+242=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 236 (92.58% from 255 or 32.28% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF2 is #02130D. Grayscale: #F1F1F1. Windows color (decimal): -135950 or 15920381. OLE color: 15920381.
HSL color Cylindrical-coordinate representation of color #FDECF2: hue angle of 338.82º 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 #FDECF2 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 242 | - |
CMYK | 0 | 0.07 | 0.04 | 0.01 |
HSL | 338.82º | 0.81% | 0.96% | - |
HSV(B) | 338.82º | 0.07% | 0.99% | - |
XYZ | 86.53 | 87.28 | 96.29 | - |
YUV | 241.77 | 128.13 | 136.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 242 | 0 | 0.07 | 0.04 | 0.01 | 338.82 | 0.81 | 0.96 |
Hex | FD | EC | F2 | 0 | 7 | 4 | 1 | 153 | 51 | 60 |
Octal | 375 | 354 | 362 | 0 | 7 | 4 | 1 | 523 | 121 | 140 |
Binary | 11111101 | 11101100 | 11110010 | 0 | 111 | 100 | 1 | 101010011 | 1010001 | 1100000 |
Color Harmonies of #FDECF2
Complementary color
Monochromatic Colors of #FDECF2
Black with #FDECF2
Text Example
Text Example
White with #FDECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECF2; }
p { color: rgb(253,236,242); }
H1.HeaderClassName
{
color: #FDECF2;
}
.AnyTagClassName
{
color: #FDECF2;
}
</style>
background-color css
<style>
a { background-color: #FDECF2; }
a { background-color: rgb(253,236,242); }
div.DivClassName
{
background-color: #FDECF2;
}
.BgClassName
{
background-color: #FDECF2;
}
</style>
border-color css
<style>
span { border-color: #FDECF2; }
span { border-color: rgb(253,236,242); }
td.TdClassName
{
border-color: #FDECF2;
}
.TagClassName
{
border-color: #FDECF2;
}
</style>