Shades of Bridesmaid #FCE5E0
Tints of Bridesmaid #FCE5E0
RGB
CMYK
RGB Variations
Color information
#FCE5E0 (or 0xFCE5E0) is known color: Bridesmaid. HEX triplet: FC, E5 and E0. RGB value is (252,229,224). Sum of RGB (Red+Green+Blue) = 252+229+224=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 224 (87.89% from 255 or 31.77% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5E0 is #031A1F. Grayscale: #EBEBEB. Windows color (decimal): -203296 or 14738940. OLE color: 14738940.
HSL color Cylindrical-coordinate representation of color #FCE5E0: hue angle of 10.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE5E0 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 224 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.01 |
| HSL | 10.71º | 0.82% | 0.93% | - |
| HSV(B) | 10.71º | 0.11% | 0.99% | - |
| XYZ | 81.62 | 82.12 | 82.07 | - |
| YUV | 235.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 224 | 0 | 0.09 | 0.11 | 0.01 | 10.71 | 0.82 | 0.93 |
| Hex | FC | E5 | E0 | 0 | 9 | B | 1 | B | 52 | 5D |
| Octal | 374 | 345 | 340 | 0 | 11 | 13 | 1 | 13 | 122 | 135 |
| Binary | 11111100 | 11100101 | 11100000 | 0 | 1001 | 1011 | 1 | 1011 | 1010010 | 1011101 |
Color Harmonies of #FCE5E0
Complementary color
Monochromatic Colors of #FCE5E0
Black with #FCE5E0
Text Example
Text Example
White with #FCE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5E0; }
p { color: rgb(252,229,224); }
H1.HeaderClassName
{
color: #FCE5E0;
}
.AnyTagClassName
{
color: #FCE5E0;
}
</style>
background-color css
<style>
a { background-color: #FCE5E0; }
a { background-color: rgb(252,229,224); }
div.DivClassName
{
background-color: #FCE5E0;
}
.BgClassName
{
background-color: #FCE5E0;
}
</style>
border-color css
<style>
span { border-color: #FCE5E0; }
span { border-color: rgb(252,229,224); }
td.TdClassName
{
border-color: #FCE5E0;
}
.TagClassName
{
border-color: #FCE5E0;
}
</style>