Shades of Bridesmaid #FDE1D9
Tints of Bridesmaid #FDE1D9
RGB
CMYK
RGB Variations
Color information
#FDE1D9 (or 0xFDE1D9) is known color: Bridesmaid. HEX triplet: FD, E1 and D9. RGB value is (253,225,217). Sum of RGB (Red+Green+Blue) = 253+225+217=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1D9 is #021E26. Grayscale: #E8E8E8. Windows color (decimal): -138791 or 14279165. OLE color: 14279165.
HSL color Cylindrical-coordinate representation of color #FDE1D9: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDE1D9 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 217 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.01 |
| HSL | 13.33º | 0.9% | 0.92% | - |
| HSV(B) | 13.33º | 0.14% | 0.99% | - |
| XYZ | 79.96 | 79.74 | 76.82 | - |
| YUV | 232.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 217 | 0 | 0.11 | 0.14 | 0.01 | 13.33 | 0.9 | 0.92 |
| Hex | FD | E1 | D9 | 0 | B | E | 1 | D | 5A | 5C |
| Octal | 375 | 341 | 331 | 0 | 13 | 16 | 1 | 15 | 132 | 134 |
| Binary | 11111101 | 11100001 | 11011001 | 0 | 1011 | 1110 | 1 | 1101 | 1011010 | 1011100 |
Color Harmonies of #FDE1D9
Complementary color
Monochromatic Colors of #FDE1D9
Black with #FDE1D9
Text Example
Text Example
White with #FDE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1D9; }
p { color: rgb(253,225,217); }
H1.HeaderClassName
{
color: #FDE1D9;
}
.AnyTagClassName
{
color: #FDE1D9;
}
</style>
background-color css
<style>
a { background-color: #FDE1D9; }
a { background-color: rgb(253,225,217); }
div.DivClassName
{
background-color: #FDE1D9;
}
.BgClassName
{
background-color: #FDE1D9;
}
</style>
border-color css
<style>
span { border-color: #FDE1D9; }
span { border-color: rgb(253,225,217); }
td.TdClassName
{
border-color: #FDE1D9;
}
.TagClassName
{
border-color: #FDE1D9;
}
</style>