Shades of Bridesmaid #FCE5DD
Tints of Bridesmaid #FCE5DD
RGB
CMYK
RGB Variations
Color information
#FCE5DD (or 0xFCE5DD) is known color: Bridesmaid. HEX triplet: FC, E5 and DD. RGB value is (252,229,221). Sum of RGB (Red+Green+Blue) = 252+229+221=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DD is #031A22. Grayscale: #EBEBEB. Windows color (decimal): -203299 or 14542332. OLE color: 14542332.
HSL color Cylindrical-coordinate representation of color #FCE5DD: hue angle of 15.48º 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 #FCE5DD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 221 | - |
CMYK | 0 | 0.09 | 0.12 | 0.01 |
HSL | 15.48º | 0.84% | 0.93% | - |
HSV(B) | 15.48º | 0.12% | 0.99% | - |
XYZ | 81.22 | 81.95 | 79.94 | - |
YUV | 234.97 | 120.12 | 140.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 221 | 0 | 0.09 | 0.12 | 0.01 | 15.48 | 0.84 | 0.93 |
Hex | FC | E5 | DD | 0 | 9 | C | 1 | F | 54 | 5D |
Octal | 374 | 345 | 335 | 0 | 11 | 14 | 1 | 17 | 124 | 135 |
Binary | 11111100 | 11100101 | 11011101 | 0 | 1001 | 1100 | 1 | 1111 | 1010100 | 1011101 |
Color Harmonies of #FCE5DD
Complementary color
Monochromatic Colors of #FCE5DD
Black with #FCE5DD
Text Example
Text Example
White with #FCE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5DD; }
p { color: rgb(252,229,221); }
H1.HeaderClassName
{
color: #FCE5DD;
}
.AnyTagClassName
{
color: #FCE5DD;
}
</style>
background-color css
<style>
a { background-color: #FCE5DD; }
a { background-color: rgb(252,229,221); }
div.DivClassName
{
background-color: #FCE5DD;
}
.BgClassName
{
background-color: #FCE5DD;
}
</style>
border-color css
<style>
span { border-color: #FCE5DD; }
span { border-color: rgb(252,229,221); }
td.TdClassName
{
border-color: #FCE5DD;
}
.TagClassName
{
border-color: #FCE5DD;
}
</style>