Shades of Bridesmaid #FCE2DA
Tints of Bridesmaid #FCE2DA
RGB
CMYK
RGB Variations
Color information
#FCE2DA (or 0xFCE2DA) is known color: Bridesmaid. HEX triplet: FC, E2 and DA. RGB value is (252,226,218). Sum of RGB (Red+Green+Blue) = 252+226+218=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DA is #031D25. Grayscale: #E8E8E8. Windows color (decimal): -204070 or 14344956. OLE color: 14344956.
HSL color Cylindrical-coordinate representation of color #FCE2DA: hue angle of 14.12º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE2DA is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 218 | - |
CMYK | 0 | 0.10 | 0.13 | 0.01 |
HSL | 14.12º | 0.85% | 0.92% | - |
HSV(B) | 14.12º | 0.13% | 0.99% | - |
XYZ | 80 | 80.15 | 77.58 | - |
YUV | 232.86 | 119.61 | 141.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 218 | 0 | 0.10 | 0.13 | 0.01 | 14.12 | 0.85 | 0.92 |
Hex | FC | E2 | DA | 0 | A | D | 1 | E | 55 | 5C |
Octal | 374 | 342 | 332 | 0 | 12 | 15 | 1 | 16 | 125 | 134 |
Binary | 11111100 | 11100010 | 11011010 | 0 | 1010 | 1101 | 1 | 1110 | 1010101 | 1011100 |
Color Harmonies of #FCE2DA
Complementary color
Monochromatic Colors of #FCE2DA
Black with #FCE2DA
Text Example
Text Example
White with #FCE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2DA; }
p { color: rgb(252,226,218); }
H1.HeaderClassName
{
color: #FCE2DA;
}
.AnyTagClassName
{
color: #FCE2DA;
}
</style>
background-color css
<style>
a { background-color: #FCE2DA; }
a { background-color: rgb(252,226,218); }
div.DivClassName
{
background-color: #FCE2DA;
}
.BgClassName
{
background-color: #FCE2DA;
}
</style>
border-color css
<style>
span { border-color: #FCE2DA; }
span { border-color: rgb(252,226,218); }
td.TdClassName
{
border-color: #FCE2DA;
}
.TagClassName
{
border-color: #FCE2DA;
}
</style>