Shades of Lavender Blush #FDECF9
Tints of Lavender Blush #FDECF9
RGB
CMYK
RGB Variations
Color information
#FDECF9 (or 0xFDECF9) is known color: Lavender Blush. HEX triplet: FD, EC and F9. RGB value is (253,236,249). Sum of RGB (Red+Green+Blue) = 253+236+249=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 236 (92.58% from 255 or 31.98% from 738); Blue value is 249 (97.66% from 255 or 33.74% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF9 is #021306. Grayscale: #F2F2F2. Windows color (decimal): -135943 or 16379133. OLE color: 16379133.
HSL color Cylindrical-coordinate representation of color #FDECF9: hue angle of 314.12º 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 #FDECF9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 249 | - |
CMYK | 0 | 0.07 | 0.02 | 0.01 |
HSL | 314.12º | 0.81% | 0.96% | - |
HSV(B) | 314.12º | 0.07% | 0.99% | - |
XYZ | 87.6 | 87.71 | 101.94 | - |
YUV | 242.57 | 131.63 | 135.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 249 | 0 | 0.07 | 0.02 | 0.01 | 314.12 | 0.81 | 0.96 |
Hex | FD | EC | F9 | 0 | 7 | 2 | 1 | 13A | 51 | 60 |
Octal | 375 | 354 | 371 | 0 | 7 | 2 | 1 | 472 | 121 | 140 |
Binary | 11111101 | 11101100 | 11111001 | 0 | 111 | 10 | 1 | 100111010 | 1010001 | 1100000 |
Color Harmonies of #FDECF9
Complementary color
Monochromatic Colors of #FDECF9
Black with #FDECF9
Text Example
Text Example
White with #FDECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECF9; }
p { color: rgb(253,236,249); }
H1.HeaderClassName
{
color: #FDECF9;
}
.AnyTagClassName
{
color: #FDECF9;
}
</style>
background-color css
<style>
a { background-color: #FDECF9; }
a { background-color: rgb(253,236,249); }
div.DivClassName
{
background-color: #FDECF9;
}
.BgClassName
{
background-color: #FDECF9;
}
</style>
border-color css
<style>
span { border-color: #FDECF9; }
span { border-color: rgb(253,236,249); }
td.TdClassName
{
border-color: #FDECF9;
}
.TagClassName
{
border-color: #FDECF9;
}
</style>