Shades of Bridesmaid #FDE2DA
Tints of Bridesmaid #FDE2DA
RGB
CMYK
RGB Variations
Color information
#FDE2DA (or 0xFDE2DA) is known color: Bridesmaid. HEX triplet: FD, E2 and DA. RGB value is (253,226,218). Sum of RGB (Red+Green+Blue) = 253+226+218=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2DA is #021D25. Grayscale: #E9E9E9. Windows color (decimal): -138534 or 14344957. OLE color: 14344957.
HSL color Cylindrical-coordinate representation of color #FDE2DA: hue angle of 13.71º 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 #FDE2DA is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 218 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.01 |
| HSL | 13.71º | 0.9% | 0.92% | - |
| HSV(B) | 13.71º | 0.14% | 0.99% | - |
| XYZ | 80.36 | 80.34 | 77.6 | - |
| YUV | 233.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 218 | 0 | 0.11 | 0.14 | 0.01 | 13.71 | 0.9 | 0.92 |
| Hex | FD | E2 | DA | 0 | B | E | 1 | E | 5A | 5C |
| Octal | 375 | 342 | 332 | 0 | 13 | 16 | 1 | 16 | 132 | 134 |
| Binary | 11111101 | 11100010 | 11011010 | 0 | 1011 | 1110 | 1 | 1110 | 1011010 | 1011100 |
Color Harmonies of #FDE2DA
Complementary color
Monochromatic Colors of #FDE2DA
Black with #FDE2DA
Text Example
Text Example
White with #FDE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2DA; }
p { color: rgb(253,226,218); }
H1.HeaderClassName
{
color: #FDE2DA;
}
.AnyTagClassName
{
color: #FDE2DA;
}
</style>
background-color css
<style>
a { background-color: #FDE2DA; }
a { background-color: rgb(253,226,218); }
div.DivClassName
{
background-color: #FDE2DA;
}
.BgClassName
{
background-color: #FDE2DA;
}
</style>
border-color css
<style>
span { border-color: #FDE2DA; }
span { border-color: rgb(253,226,218); }
td.TdClassName
{
border-color: #FDE2DA;
}
.TagClassName
{
border-color: #FDE2DA;
}
</style>