Shades of Bridesmaid #FCE7DF
Tints of Bridesmaid #FCE7DF
RGB
CMYK
RGB Variations
Color information
#FCE7DF (or 0xFCE7DF) is known color: Bridesmaid. HEX triplet: FC, E7 and DF. RGB value is (252,231,223). Sum of RGB (Red+Green+Blue) = 252+231+223=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7DF is #031820. Grayscale: #ECECEC. Windows color (decimal): -202785 or 14673916. OLE color: 14673916.
HSL color Cylindrical-coordinate representation of color #FCE7DF: hue angle of 16.55º degrees, saturation: 0.83, 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 #FCE7DF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 223 | - |
CMYK | 0 | 0.08 | 0.12 | 0.01 |
HSL | 16.55º | 0.83% | 0.93% | - |
HSV(B) | 16.55º | 0.12% | 0.99% | - |
XYZ | 82.04 | 83.17 | 81.54 | - |
YUV | 236.37 | 120.46 | 139.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 223 | 0 | 0.08 | 0.12 | 0.01 | 16.55 | 0.83 | 0.93 |
Hex | FC | E7 | DF | 0 | 8 | C | 1 | 11 | 53 | 5D |
Octal | 374 | 347 | 337 | 0 | 10 | 14 | 1 | 21 | 123 | 135 |
Binary | 11111100 | 11100111 | 11011111 | 0 | 1000 | 1100 | 1 | 10001 | 1010011 | 1011101 |
Color Harmonies of #FCE7DF
Complementary color
Monochromatic Colors of #FCE7DF
Black with #FCE7DF
Text Example
Text Example
White with #FCE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7DF; }
p { color: rgb(252,231,223); }
H1.HeaderClassName
{
color: #FCE7DF;
}
.AnyTagClassName
{
color: #FCE7DF;
}
</style>
background-color css
<style>
a { background-color: #FCE7DF; }
a { background-color: rgb(252,231,223); }
div.DivClassName
{
background-color: #FCE7DF;
}
.BgClassName
{
background-color: #FCE7DF;
}
</style>
border-color css
<style>
span { border-color: #FCE7DF; }
span { border-color: rgb(252,231,223); }
td.TdClassName
{
border-color: #FCE7DF;
}
.TagClassName
{
border-color: #FCE7DF;
}
</style>