Shades of Bridesmaid #FCE6DF
Tints of Bridesmaid #FCE6DF
RGB
CMYK
RGB Variations
Color information
#FCE6DF (or 0xFCE6DF) is known color: Bridesmaid. HEX triplet: FC, E6 and DF. RGB value is (252,230,223). Sum of RGB (Red+Green+Blue) = 252+230+223=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6DF is #031920. Grayscale: #EBEBEB. Windows color (decimal): -203041 or 14673660. OLE color: 14673660.
HSL color Cylindrical-coordinate representation of color #FCE6DF: hue angle of 14.48º 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 #FCE6DF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 230 | 223 | - |
CMYK | 0 | 0.09 | 0.12 | 0.01 |
HSL | 14.48º | 0.83% | 0.93% | - |
HSV(B) | 14.48º | 0.12% | 0.99% | - |
XYZ | 81.76 | 82.62 | 81.45 | - |
YUV | 235.78 | 120.79 | 139.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 230 | 223 | 0 | 0.09 | 0.12 | 0.01 | 14.48 | 0.83 | 0.93 |
Hex | FC | E6 | DF | 0 | 9 | C | 1 | E | 53 | 5D |
Octal | 374 | 346 | 337 | 0 | 11 | 14 | 1 | 16 | 123 | 135 |
Binary | 11111100 | 11100110 | 11011111 | 0 | 1001 | 1100 | 1 | 1110 | 1010011 | 1011101 |
Color Harmonies of #FCE6DF
Complementary color
Monochromatic Colors of #FCE6DF
Black with #FCE6DF
Text Example
Text Example
White with #FCE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6DF; }
p { color: rgb(252,230,223); }
H1.HeaderClassName
{
color: #FCE6DF;
}
.AnyTagClassName
{
color: #FCE6DF;
}
</style>
background-color css
<style>
a { background-color: #FCE6DF; }
a { background-color: rgb(252,230,223); }
div.DivClassName
{
background-color: #FCE6DF;
}
.BgClassName
{
background-color: #FCE6DF;
}
</style>
border-color css
<style>
span { border-color: #FCE6DF; }
span { border-color: rgb(252,230,223); }
td.TdClassName
{
border-color: #FCE6DF;
}
.TagClassName
{
border-color: #FCE6DF;
}
</style>