Shades of Bridesmaid #FDE2D9
Tints of Bridesmaid #FDE2D9
RGB
CMYK
RGB Variations
Color information
#FDE2D9 (or 0xFDE2D9) is known color: Bridesmaid. HEX triplet: FD, E2 and D9. RGB value is (253,226,217). Sum of RGB (Red+Green+Blue) = 253+226+217=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2D9 is #021D26. Grayscale: #E9E9E9. Windows color (decimal): -138535 or 14279421. OLE color: 14279421.
HSL color Cylindrical-coordinate representation of color #FDE2D9: hue angle of 15º 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 #FDE2D9 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 217 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.01 |
| HSL | 15º | 0.9% | 0.92% | - |
| HSV(B) | 15º | 0.14% | 0.99% | - |
| XYZ | 80.23 | 80.29 | 76.91 | - |
| YUV | 233.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 217 | 0 | 0.11 | 0.14 | 0.01 | 15 | 0.9 | 0.92 |
| Hex | FD | E2 | D9 | 0 | B | E | 1 | F | 5A | 5C |
| Octal | 375 | 342 | 331 | 0 | 13 | 16 | 1 | 17 | 132 | 134 |
| Binary | 11111101 | 11100010 | 11011001 | 0 | 1011 | 1110 | 1 | 1111 | 1011010 | 1011100 |
Color Harmonies of #FDE2D9
Complementary color
Monochromatic Colors of #FDE2D9
Black with #FDE2D9
Text Example
Text Example
White with #FDE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2D9; }
p { color: rgb(253,226,217); }
H1.HeaderClassName
{
color: #FDE2D9;
}
.AnyTagClassName
{
color: #FDE2D9;
}
</style>
background-color css
<style>
a { background-color: #FDE2D9; }
a { background-color: rgb(253,226,217); }
div.DivClassName
{
background-color: #FDE2D9;
}
.BgClassName
{
background-color: #FDE2D9;
}
</style>
border-color css
<style>
span { border-color: #FDE2D9; }
span { border-color: rgb(253,226,217); }
td.TdClassName
{
border-color: #FDE2D9;
}
.TagClassName
{
border-color: #FDE2D9;
}
</style>