Shades of Bridesmaid #FEE7DF
Tints of Bridesmaid #FEE7DF
RGB
CMYK
RGB Variations
Color information
#FEE7DF (or 0xFEE7DF) is known color: Bridesmaid. HEX triplet: FE, E7 and DF. RGB value is (254,231,223). Sum of RGB (Red+Green+Blue) = 254+231+223=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7DF is #011820. Grayscale: #EDEDED. Windows color (decimal): -71713 or 14673918. OLE color: 14673918.
HSL color Cylindrical-coordinate representation of color #FEE7DF: hue angle of 15.48º 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 #FEE7DF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 231 | 223 | - |
CMYK | 0 | 0.09 | 0.12 | 0.00 |
HSL | 15.48º | 0.94% | 0.94% | - |
HSV(B) | 15.48º | 0.12% | 1% | - |
XYZ | 82.77 | 83.55 | 81.58 | - |
YUV | 236.97 | 120.12 | 140.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 231 | 223 | 0 | 0.09 | 0.12 | 0.00 | 15.48 | 0.94 | 0.94 |
Hex | FE | E7 | DF | 0 | 9 | C | 0 | F | 5E | 5E |
Octal | 376 | 347 | 337 | 0 | 11 | 14 | 0 | 17 | 136 | 136 |
Binary | 11111110 | 11100111 | 11011111 | 0 | 1001 | 1100 | 0 | 1111 | 1011110 | 1011110 |
Color Harmonies of #FEE7DF
Complementary color
Monochromatic Colors of #FEE7DF
Black with #FEE7DF
Text Example
Text Example
White with #FEE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7DF; }
p { color: rgb(254,231,223); }
H1.HeaderClassName
{
color: #FEE7DF;
}
.AnyTagClassName
{
color: #FEE7DF;
}
</style>
background-color css
<style>
a { background-color: #FEE7DF; }
a { background-color: rgb(254,231,223); }
div.DivClassName
{
background-color: #FEE7DF;
}
.BgClassName
{
background-color: #FEE7DF;
}
</style>
border-color css
<style>
span { border-color: #FEE7DF; }
span { border-color: rgb(254,231,223); }
td.TdClassName
{
border-color: #FEE7DF;
}
.TagClassName
{
border-color: #FEE7DF;
}
</style>