Shades of Bridesmaid #F8E4DF
Tints of Bridesmaid #F8E4DF
RGB
CMYK
RGB Variations
Color information
#F8E4DF (or 0xF8E4DF) is known color: Bridesmaid. HEX triplet: F8, E4 and DF. RGB value is (248,228,223). Sum of RGB (Red+Green+Blue) = 248+228+223=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E4DF is #071B20. Grayscale: #E9E9E9. Windows color (decimal): -465697 or 14673144. OLE color: 14673144.
HSL color Cylindrical-coordinate representation of color #F8E4DF: hue angle of 12º 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 #F8E4DF is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 223 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.03 |
| HSL | 12º | 0.64% | 0.92% | - |
| HSV(B) | 12º | 0.1% | 0.97% | - |
| XYZ | 79.77 | 80.77 | 81.2 | - |
| YUV | 233.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 223 | 0 | 0.08 | 0.10 | 0.03 | 12 | 0.64 | 0.92 |
| Hex | F8 | E4 | DF | 0 | 8 | A | 3 | C | 40 | 5C |
| Octal | 370 | 344 | 337 | 0 | 10 | 12 | 3 | 14 | 100 | 134 |
| Binary | 11111000 | 11100100 | 11011111 | 0 | 1000 | 1010 | 11 | 1100 | 1000000 | 1011100 |
Color Harmonies of #F8E4DF
Complementary color
Monochromatic Colors of #F8E4DF
Black with #F8E4DF
Text Example
Text Example
White with #F8E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E4DF; }
p { color: rgb(248,228,223); }
H1.HeaderClassName
{
color: #F8E4DF;
}
.AnyTagClassName
{
color: #F8E4DF;
}
</style>
background-color css
<style>
a { background-color: #F8E4DF; }
a { background-color: rgb(248,228,223); }
div.DivClassName
{
background-color: #F8E4DF;
}
.BgClassName
{
background-color: #F8E4DF;
}
</style>
border-color css
<style>
span { border-color: #F8E4DF; }
span { border-color: rgb(248,228,223); }
td.TdClassName
{
border-color: #F8E4DF;
}
.TagClassName
{
border-color: #F8E4DF;
}
</style>