Shades of Bridesmaid #F5E2DC
Tints of Bridesmaid #F5E2DC
RGB
CMYK
RGB Variations
Color information
#F5E2DC (or 0xF5E2DC) is known color: Bridesmaid. HEX triplet: F5, E2 and DC. RGB value is (245,226,220). Sum of RGB (Red+Green+Blue) = 245+226+220=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2DC is #0A1D23. Grayscale: #E7E7E7. Windows color (decimal): -662820 or 14476021. OLE color: 14476021.
HSL color Cylindrical-coordinate representation of color #F5E2DC: hue angle of 14.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5E2DC is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 220 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.04 |
| HSL | 14.4º | 0.56% | 0.91% | - |
| HSV(B) | 14.4º | 0.1% | 0.96% | - |
| XYZ | 77.77 | 78.97 | 78.85 | - |
| YUV | 231 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 220 | 0 | 0.08 | 0.10 | 0.04 | 14.4 | 0.56 | 0.91 |
| Hex | F5 | E2 | DC | 0 | 8 | A | 4 | E | 38 | 5B |
| Octal | 365 | 342 | 334 | 0 | 10 | 12 | 4 | 16 | 70 | 133 |
| Binary | 11110101 | 11100010 | 11011100 | 0 | 1000 | 1010 | 100 | 1110 | 111000 | 1011011 |
Color Harmonies of #F5E2DC
Complementary color
Monochromatic Colors of #F5E2DC
Black with #F5E2DC
Text Example
Text Example
White with #F5E2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2DC; }
p { color: rgb(245,226,220); }
H1.HeaderClassName
{
color: #F5E2DC;
}
.AnyTagClassName
{
color: #F5E2DC;
}
</style>
background-color css
<style>
a { background-color: #F5E2DC; }
a { background-color: rgb(245,226,220); }
div.DivClassName
{
background-color: #F5E2DC;
}
.BgClassName
{
background-color: #F5E2DC;
}
</style>
border-color css
<style>
span { border-color: #F5E2DC; }
span { border-color: rgb(245,226,220); }
td.TdClassName
{
border-color: #F5E2DC;
}
.TagClassName
{
border-color: #F5E2DC;
}
</style>