Shades of Bridesmaid #FCE6DD
Tints of Bridesmaid #FCE6DD
RGB
CMYK
RGB Variations
Color information
#FCE6DD (or 0xFCE6DD) is known color: Bridesmaid. HEX triplet: FC, E6 and DD. RGB value is (252,230,221). Sum of RGB (Red+Green+Blue) = 252+230+221=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6DD is #031922. Grayscale: #EBEBEB. Windows color (decimal): -203043 or 14542588. OLE color: 14542588.
HSL color Cylindrical-coordinate representation of color #FCE6DD: hue angle of 17.42º degrees, saturation: 0.84, 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 #FCE6DD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 230 | 221 | - |
CMYK | 0 | 0.09 | 0.12 | 0.01 |
HSL | 17.42º | 0.84% | 0.93% | - |
HSV(B) | 17.42º | 0.12% | 0.99% | - |
XYZ | 81.49 | 82.51 | 80.04 | - |
YUV | 235.55 | 119.79 | 139.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 230 | 221 | 0 | 0.09 | 0.12 | 0.01 | 17.42 | 0.84 | 0.93 |
Hex | FC | E6 | DD | 0 | 9 | C | 1 | 11 | 54 | 5D |
Octal | 374 | 346 | 335 | 0 | 11 | 14 | 1 | 21 | 124 | 135 |
Binary | 11111100 | 11100110 | 11011101 | 0 | 1001 | 1100 | 1 | 10001 | 1010100 | 1011101 |
Color Harmonies of #FCE6DD
Complementary color
Monochromatic Colors of #FCE6DD
Black with #FCE6DD
Text Example
Text Example
White with #FCE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6DD; }
p { color: rgb(252,230,221); }
H1.HeaderClassName
{
color: #FCE6DD;
}
.AnyTagClassName
{
color: #FCE6DD;
}
</style>
background-color css
<style>
a { background-color: #FCE6DD; }
a { background-color: rgb(252,230,221); }
div.DivClassName
{
background-color: #FCE6DD;
}
.BgClassName
{
background-color: #FCE6DD;
}
</style>
border-color css
<style>
span { border-color: #FCE6DD; }
span { border-color: rgb(252,230,221); }
td.TdClassName
{
border-color: #FCE6DD;
}
.TagClassName
{
border-color: #FCE6DD;
}
</style>