Shades of Bridesmaid #F6E5DE
Tints of Bridesmaid #F6E5DE
RGB
CMYK
RGB Variations
Color information
#F6E5DE (or 0xF6E5DE) is known color: Bridesmaid. HEX triplet: F6, E5 and DE. RGB value is (246,229,222). Sum of RGB (Red+Green+Blue) = 246+229+222=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5DE is #091A21. Grayscale: #E9E9E9. Windows color (decimal): -596514 or 14607862. OLE color: 14607862.
HSL color Cylindrical-coordinate representation of color #F6E5DE: hue angle of 17.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E5DE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 222 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.04 |
| HSL | 17.5º | 0.57% | 0.92% | - |
| HSV(B) | 17.5º | 0.1% | 0.96% | - |
| XYZ | 79.21 | 80.91 | 80.55 | - |
| YUV | 233.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 222 | 0 | 0.07 | 0.10 | 0.04 | 17.5 | 0.57 | 0.92 |
| Hex | F6 | E5 | DE | 0 | 7 | A | 4 | 12 | 39 | 5C |
| Octal | 366 | 345 | 336 | 0 | 7 | 12 | 4 | 22 | 71 | 134 |
| Binary | 11110110 | 11100101 | 11011110 | 0 | 111 | 1010 | 100 | 10010 | 111001 | 1011100 |
Color Harmonies of #F6E5DE
Complementary color
Monochromatic Colors of #F6E5DE
Black with #F6E5DE
Text Example
Text Example
White with #F6E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E5DE; }
p { color: rgb(246,229,222); }
H1.HeaderClassName
{
color: #F6E5DE;
}
.AnyTagClassName
{
color: #F6E5DE;
}
</style>
background-color css
<style>
a { background-color: #F6E5DE; }
a { background-color: rgb(246,229,222); }
div.DivClassName
{
background-color: #F6E5DE;
}
.BgClassName
{
background-color: #F6E5DE;
}
</style>
border-color css
<style>
span { border-color: #F6E5DE; }
span { border-color: rgb(246,229,222); }
td.TdClassName
{
border-color: #F6E5DE;
}
.TagClassName
{
border-color: #F6E5DE;
}
</style>