Shades of Bridesmaid #FCE3DD
Tints of Bridesmaid #FCE3DD
RGB
CMYK
RGB Variations
Color information
#FCE3DD (or 0xFCE3DD) is known color: Bridesmaid. HEX triplet: FC, E3 and DD. RGB value is (252,227,221). Sum of RGB (Red+Green+Blue) = 252+227+221=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3DD is #031C22. Grayscale: #E9E9E9. Windows color (decimal): -203811 or 14541820. OLE color: 14541820.
HSL color Cylindrical-coordinate representation of color #FCE3DD: hue angle of 11.61º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCE3DD is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 221 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.01 |
| HSL | 11.61º | 0.84% | 0.93% | - |
| HSV(B) | 11.61º | 0.12% | 0.99% | - |
| XYZ | 80.67 | 80.85 | 79.76 | - |
| YUV | 233.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 221 | 0 | 0.10 | 0.12 | 0.01 | 11.61 | 0.84 | 0.93 |
| Hex | FC | E3 | DD | 0 | A | C | 1 | C | 54 | 5D |
| Octal | 374 | 343 | 335 | 0 | 12 | 14 | 1 | 14 | 124 | 135 |
| Binary | 11111100 | 11100011 | 11011101 | 0 | 1010 | 1100 | 1 | 1100 | 1010100 | 1011101 |
Color Harmonies of #FCE3DD
Complementary color
Monochromatic Colors of #FCE3DD
Black with #FCE3DD
Text Example
Text Example
White with #FCE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3DD; }
p { color: rgb(252,227,221); }
H1.HeaderClassName
{
color: #FCE3DD;
}
.AnyTagClassName
{
color: #FCE3DD;
}
</style>
background-color css
<style>
a { background-color: #FCE3DD; }
a { background-color: rgb(252,227,221); }
div.DivClassName
{
background-color: #FCE3DD;
}
.BgClassName
{
background-color: #FCE3DD;
}
</style>
border-color css
<style>
span { border-color: #FCE3DD; }
span { border-color: rgb(252,227,221); }
td.TdClassName
{
border-color: #FCE3DD;
}
.TagClassName
{
border-color: #FCE3DD;
}
</style>