Shades of Bridesmaid #FCE6E0
Tints of Bridesmaid #FCE6E0
RGB
CMYK
RGB Variations
Color information
#FCE6E0 (or 0xFCE6E0) is known color: Bridesmaid. HEX triplet: FC, E6 and E0. RGB value is (252,230,224). Sum of RGB (Red+Green+Blue) = 252+230+224=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6E0 is #03191F. Grayscale: #EBEBEB. Windows color (decimal): -203040 or 14739196. OLE color: 14739196.
HSL color Cylindrical-coordinate representation of color #FCE6E0: hue angle of 12.86º 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 #FCE6E0 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 224 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.01 |
| HSL | 12.86º | 0.82% | 0.93% | - |
| HSV(B) | 12.86º | 0.11% | 0.99% | - |
| XYZ | 81.9 | 82.67 | 82.16 | - |
| YUV | 235.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 224 | 0 | 0.09 | 0.11 | 0.01 | 12.86 | 0.82 | 0.93 |
| Hex | FC | E6 | E0 | 0 | 9 | B | 1 | D | 52 | 5D |
| Octal | 374 | 346 | 340 | 0 | 11 | 13 | 1 | 15 | 122 | 135 |
| Binary | 11111100 | 11100110 | 11100000 | 0 | 1001 | 1011 | 1 | 1101 | 1010010 | 1011101 |
Color Harmonies of #FCE6E0
Complementary color
Monochromatic Colors of #FCE6E0
Black with #FCE6E0
Text Example
Text Example
White with #FCE6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6E0; }
p { color: rgb(252,230,224); }
H1.HeaderClassName
{
color: #FCE6E0;
}
.AnyTagClassName
{
color: #FCE6E0;
}
</style>
background-color css
<style>
a { background-color: #FCE6E0; }
a { background-color: rgb(252,230,224); }
div.DivClassName
{
background-color: #FCE6E0;
}
.BgClassName
{
background-color: #FCE6E0;
}
</style>
border-color css
<style>
span { border-color: #FCE6E0; }
span { border-color: rgb(252,230,224); }
td.TdClassName
{
border-color: #FCE6E0;
}
.TagClassName
{
border-color: #FCE6E0;
}
</style>