Shades of Bridesmaid #FEE6DF
Tints of Bridesmaid #FEE6DF
RGB
CMYK
RGB Variations
Color information
#FEE6DF (or 0xFEE6DF) is known color: Bridesmaid. HEX triplet: FE, E6 and DF. RGB value is (254,230,223). Sum of RGB (Red+Green+Blue) = 254+230+223=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6DF is #011920. Grayscale: #ECECEC. Windows color (decimal): -71969 or 14673662. OLE color: 14673662.
HSL color Cylindrical-coordinate representation of color #FEE6DF: hue angle of 13.55º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE6DF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 230 | 223 | - |
CMYK | 0 | 0.09 | 0.12 | 0.00 |
HSL | 13.55º | 0.94% | 0.94% | - |
HSV(B) | 13.55º | 0.12% | 1% | - |
XYZ | 82.49 | 82.99 | 81.48 | - |
YUV | 236.38 | 120.45 | 140.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 230 | 223 | 0 | 0.09 | 0.12 | 0.00 | 13.55 | 0.94 | 0.94 |
Hex | FE | E6 | DF | 0 | 9 | C | 0 | E | 5E | 5E |
Octal | 376 | 346 | 337 | 0 | 11 | 14 | 0 | 16 | 136 | 136 |
Binary | 11111110 | 11100110 | 11011111 | 0 | 1001 | 1100 | 0 | 1110 | 1011110 | 1011110 |
Color Harmonies of #FEE6DF
Complementary color
Monochromatic Colors of #FEE6DF
Black with #FEE6DF
Text Example
Text Example
White with #FEE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6DF; }
p { color: rgb(254,230,223); }
H1.HeaderClassName
{
color: #FEE6DF;
}
.AnyTagClassName
{
color: #FEE6DF;
}
</style>
background-color css
<style>
a { background-color: #FEE6DF; }
a { background-color: rgb(254,230,223); }
div.DivClassName
{
background-color: #FEE6DF;
}
.BgClassName
{
background-color: #FEE6DF;
}
</style>
border-color css
<style>
span { border-color: #FEE6DF; }
span { border-color: rgb(254,230,223); }
td.TdClassName
{
border-color: #FEE6DF;
}
.TagClassName
{
border-color: #FEE6DF;
}
</style>