Shades of Bridesmaid #F8E1DA
Tints of Bridesmaid #F8E1DA
RGB
CMYK
RGB Variations
Color information
#F8E1DA (or 0xF8E1DA) is known color: Bridesmaid. HEX triplet: F8, E1 and DA. RGB value is (248,225,218). Sum of RGB (Red+Green+Blue) = 248+225+218=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E1DA is #071E25. Grayscale: #E7E7E7. Windows color (decimal): -466470 or 14344696. OLE color: 14344696.
HSL color Cylindrical-coordinate representation of color #F8E1DA: hue angle of 14º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8E1DA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 218 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.03 |
| HSL | 14º | 0.68% | 0.91% | - |
| HSV(B) | 14º | 0.12% | 0.97% | - |
| XYZ | 78.29 | 78.87 | 77.43 | - |
| YUV | 231.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 218 | 0 | 0.09 | 0.12 | 0.03 | 14 | 0.68 | 0.91 |
| Hex | F8 | E1 | DA | 0 | 9 | C | 3 | E | 44 | 5B |
| Octal | 370 | 341 | 332 | 0 | 11 | 14 | 3 | 16 | 104 | 133 |
| Binary | 11111000 | 11100001 | 11011010 | 0 | 1001 | 1100 | 11 | 1110 | 1000100 | 1011011 |
Color Harmonies of #F8E1DA
Complementary color
Monochromatic Colors of #F8E1DA
Black with #F8E1DA
Text Example
Text Example
White with #F8E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1DA; }
p { color: rgb(248,225,218); }
H1.HeaderClassName
{
color: #F8E1DA;
}
.AnyTagClassName
{
color: #F8E1DA;
}
</style>
background-color css
<style>
a { background-color: #F8E1DA; }
a { background-color: rgb(248,225,218); }
div.DivClassName
{
background-color: #F8E1DA;
}
.BgClassName
{
background-color: #F8E1DA;
}
</style>
border-color css
<style>
span { border-color: #F8E1DA; }
span { border-color: rgb(248,225,218); }
td.TdClassName
{
border-color: #F8E1DA;
}
.TagClassName
{
border-color: #F8E1DA;
}
</style>