Shades of Bridesmaid #F8E5DF
Tints of Bridesmaid #F8E5DF
RGB
CMYK
RGB Variations
Color information
#F8E5DF (or 0xF8E5DF) is known color: Bridesmaid. HEX triplet: F8, E5 and DF. RGB value is (248,229,223). Sum of RGB (Red+Green+Blue) = 248+229+223=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E5DF is #071A20. Grayscale: #EAEAEA. Windows color (decimal): -465441 or 14673400. OLE color: 14673400.
HSL color Cylindrical-coordinate representation of color #F8E5DF: hue angle of 14.4º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8E5DF is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 223 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.03 |
| HSL | 14.4º | 0.64% | 0.92% | - |
| HSV(B) | 14.4º | 0.1% | 0.97% | - |
| XYZ | 80.05 | 81.32 | 81.29 | - |
| YUV | 234 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 223 | 0 | 0.08 | 0.10 | 0.03 | 14.4 | 0.64 | 0.92 |
| Hex | F8 | E5 | DF | 0 | 8 | A | 3 | E | 40 | 5C |
| Octal | 370 | 345 | 337 | 0 | 10 | 12 | 3 | 16 | 100 | 134 |
| Binary | 11111000 | 11100101 | 11011111 | 0 | 1000 | 1010 | 11 | 1110 | 1000000 | 1011100 |
Color Harmonies of #F8E5DF
Complementary color
Monochromatic Colors of #F8E5DF
Black with #F8E5DF
Text Example
Text Example
White with #F8E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E5DF; }
p { color: rgb(248,229,223); }
H1.HeaderClassName
{
color: #F8E5DF;
}
.AnyTagClassName
{
color: #F8E5DF;
}
</style>
background-color css
<style>
a { background-color: #F8E5DF; }
a { background-color: rgb(248,229,223); }
div.DivClassName
{
background-color: #F8E5DF;
}
.BgClassName
{
background-color: #F8E5DF;
}
</style>
border-color css
<style>
span { border-color: #F8E5DF; }
span { border-color: rgb(248,229,223); }
td.TdClassName
{
border-color: #F8E5DF;
}
.TagClassName
{
border-color: #F8E5DF;
}
</style>