Shades of Bridesmaid #FCE2D9
Tints of Bridesmaid #FCE2D9
RGB
CMYK
RGB Variations
Color information
#FCE2D9 (or 0xFCE2D9) is known color: Bridesmaid. HEX triplet: FC, E2 and D9. RGB value is (252,226,217). Sum of RGB (Red+Green+Blue) = 252+226+217=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D9 is #031D26. Grayscale: #E8E8E8. Windows color (decimal): -204071 or 14279420. OLE color: 14279420.
HSL color Cylindrical-coordinate representation of color #FCE2D9: hue angle of 15.43º degrees, saturation: 0.85, 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 #FCE2D9 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 217 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.01 |
| HSL | 15.43º | 0.85% | 0.92% | - |
| HSV(B) | 15.43º | 0.14% | 0.99% | - |
| XYZ | 79.87 | 80.1 | 76.9 | - |
| YUV | 232.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 217 | 0 | 0.10 | 0.14 | 0.01 | 15.43 | 0.85 | 0.92 |
| Hex | FC | E2 | D9 | 0 | A | E | 1 | F | 55 | 5C |
| Octal | 374 | 342 | 331 | 0 | 12 | 16 | 1 | 17 | 125 | 134 |
| Binary | 11111100 | 11100010 | 11011001 | 0 | 1010 | 1110 | 1 | 1111 | 1010101 | 1011100 |
Color Harmonies of #FCE2D9
Complementary color
Monochromatic Colors of #FCE2D9
Black with #FCE2D9
Text Example
Text Example
White with #FCE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2D9; }
p { color: rgb(252,226,217); }
H1.HeaderClassName
{
color: #FCE2D9;
}
.AnyTagClassName
{
color: #FCE2D9;
}
</style>
background-color css
<style>
a { background-color: #FCE2D9; }
a { background-color: rgb(252,226,217); }
div.DivClassName
{
background-color: #FCE2D9;
}
.BgClassName
{
background-color: #FCE2D9;
}
</style>
border-color css
<style>
span { border-color: #FCE2D9; }
span { border-color: rgb(252,226,217); }
td.TdClassName
{
border-color: #FCE2D9;
}
.TagClassName
{
border-color: #FCE2D9;
}
</style>