Shades of Bridal Heath #F6EBDD
Tints of Bridal Heath #F6EBDD
RGB
CMYK
RGB Variations
Color information
#F6EBDD (or 0xF6EBDD) is known color: Bridal Heath. HEX triplet: F6, EB and DD. RGB value is (246,235,221). Sum of RGB (Red+Green+Blue) = 246+235+221=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBDD is #091422. Grayscale: #ECECEC. Windows color (decimal): -594979 or 14543862. OLE color: 14543862.
HSL color Cylindrical-coordinate representation of color #F6EBDD: hue angle of 33.6º degrees, saturation: 0.58, 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 #F6EBDD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 235 | 221 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.04 |
| HSL | 33.6º | 0.58% | 0.92% | - |
| HSV(B) | 33.6º | 0.1% | 0.96% | - |
| XYZ | 80.77 | 84.23 | 80.41 | - |
| YUV | 236.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 235 | 221 | 0 | 0.04 | 0.10 | 0.04 | 33.6 | 0.58 | 0.92 |
| Hex | F6 | EB | DD | 0 | 4 | A | 4 | 22 | 3A | 5C |
| Octal | 366 | 353 | 335 | 0 | 4 | 12 | 4 | 42 | 72 | 134 |
| Binary | 11110110 | 11101011 | 11011101 | 0 | 100 | 1010 | 100 | 100010 | 111010 | 1011100 |
Color Harmonies of #F6EBDD
Complementary color
Monochromatic Colors of #F6EBDD
Black with #F6EBDD
Text Example
Text Example
White with #F6EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EBDD; }
p { color: rgb(246,235,221); }
H1.HeaderClassName
{
color: #F6EBDD;
}
.AnyTagClassName
{
color: #F6EBDD;
}
</style>
background-color css
<style>
a { background-color: #F6EBDD; }
a { background-color: rgb(246,235,221); }
div.DivClassName
{
background-color: #F6EBDD;
}
.BgClassName
{
background-color: #F6EBDD;
}
</style>
border-color css
<style>
span { border-color: #F6EBDD; }
span { border-color: rgb(246,235,221); }
td.TdClassName
{
border-color: #F6EBDD;
}
.TagClassName
{
border-color: #F6EBDD;
}
</style>