Shades of Bridesmaid #FCE3DC
Tints of Bridesmaid #FCE3DC
RGB
CMYK
RGB Variations
Color information
#FCE3DC (or 0xFCE3DC) is known color: Bridesmaid. HEX triplet: FC, E3 and DC. RGB value is (252,227,220). Sum of RGB (Red+Green+Blue) = 252+227+220=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3DC is #031C23. Grayscale: #E9E9E9. Windows color (decimal): -203812 or 14476284. OLE color: 14476284.
HSL color Cylindrical-coordinate representation of color #FCE3DC: hue angle of 13.12º degrees, saturation: 0.84, 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 #FCE3DC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 220 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.01 |
| HSL | 13.13º | 0.84% | 0.93% | - |
| HSV(B) | 13.13º | 0.13% | 0.99% | - |
| XYZ | 80.53 | 80.8 | 79.06 | - |
| YUV | 233.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 220 | 0 | 0.10 | 0.13 | 0.01 | 13.13 | 0.84 | 0.93 |
| Hex | FC | E3 | DC | 0 | A | D | 1 | D | 54 | 5D |
| Octal | 374 | 343 | 334 | 0 | 12 | 15 | 1 | 15 | 124 | 135 |
| Binary | 11111100 | 11100011 | 11011100 | 0 | 1010 | 1101 | 1 | 1101 | 1010100 | 1011101 |
Color Harmonies of #FCE3DC
Complementary color
Monochromatic Colors of #FCE3DC
Black with #FCE3DC
Text Example
Text Example
White with #FCE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3DC; }
p { color: rgb(252,227,220); }
H1.HeaderClassName
{
color: #FCE3DC;
}
.AnyTagClassName
{
color: #FCE3DC;
}
</style>
background-color css
<style>
a { background-color: #FCE3DC; }
a { background-color: rgb(252,227,220); }
div.DivClassName
{
background-color: #FCE3DC;
}
.BgClassName
{
background-color: #FCE3DC;
}
</style>
border-color css
<style>
span { border-color: #FCE3DC; }
span { border-color: rgb(252,227,220); }
td.TdClassName
{
border-color: #FCE3DC;
}
.TagClassName
{
border-color: #FCE3DC;
}
</style>