Shades of Bridesmaid #FDE2DB
Tints of Bridesmaid #FDE2DB
RGB
CMYK
RGB Variations
Color information
#FDE2DB (or 0xFDE2DB) is known color: Bridesmaid. HEX triplet: FD, E2 and DB. RGB value is (253,226,219). Sum of RGB (Red+Green+Blue) = 253+226+219=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2DB is #021D24. Grayscale: #E9E9E9. Windows color (decimal): -138533 or 14410493. OLE color: 14410493.
HSL color Cylindrical-coordinate representation of color #FDE2DB: hue angle of 12.35º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDE2DB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 219 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.01 |
| HSL | 12.35º | 0.89% | 0.93% | - |
| HSV(B) | 12.35º | 0.13% | 0.99% | - |
| XYZ | 80.49 | 80.39 | 78.29 | - |
| YUV | 233.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 219 | 0 | 0.11 | 0.13 | 0.01 | 12.35 | 0.89 | 0.93 |
| Hex | FD | E2 | DB | 0 | B | D | 1 | C | 59 | 5D |
| Octal | 375 | 342 | 333 | 0 | 13 | 15 | 1 | 14 | 131 | 135 |
| Binary | 11111101 | 11100010 | 11011011 | 0 | 1011 | 1101 | 1 | 1100 | 1011001 | 1011101 |
Color Harmonies of #FDE2DB
Complementary color
Monochromatic Colors of #FDE2DB
Black with #FDE2DB
Text Example
Text Example
White with #FDE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2DB; }
p { color: rgb(253,226,219); }
H1.HeaderClassName
{
color: #FDE2DB;
}
.AnyTagClassName
{
color: #FDE2DB;
}
</style>
background-color css
<style>
a { background-color: #FDE2DB; }
a { background-color: rgb(253,226,219); }
div.DivClassName
{
background-color: #FDE2DB;
}
.BgClassName
{
background-color: #FDE2DB;
}
</style>
border-color css
<style>
span { border-color: #FDE2DB; }
span { border-color: rgb(253,226,219); }
td.TdClassName
{
border-color: #FDE2DB;
}
.TagClassName
{
border-color: #FDE2DB;
}
</style>