Shades of Bridal Heath #F6ECDF
Tints of Bridal Heath #F6ECDF
RGB
CMYK
RGB Variations
Color information
#F6ECDF (or 0xF6ECDF) is known color: Bridal Heath. HEX triplet: F6, EC and DF. RGB value is (246,236,223). Sum of RGB (Red+Green+Blue) = 246+236+223=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECDF is #091320. Grayscale: #EDEDED. Windows color (decimal): -594721 or 14675190. OLE color: 14675190.
HSL color Cylindrical-coordinate representation of color #F6ECDF: hue angle of 33.91º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6ECDF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 236 | 223 | - |
CMYK | 0 | 0.04 | 0.09 | 0.04 |
HSL | 33.91º | 0.56% | 0.92% | - |
HSV(B) | 33.91º | 0.09% | 0.96% | - |
XYZ | 81.32 | 84.91 | 81.92 | - |
YUV | 237.51 | 119.81 | 134.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 236 | 223 | 0 | 0.04 | 0.09 | 0.04 | 33.91 | 0.56 | 0.92 |
Hex | F6 | EC | DF | 0 | 4 | 9 | 4 | 22 | 38 | 5C |
Octal | 366 | 354 | 337 | 0 | 4 | 11 | 4 | 42 | 70 | 134 |
Binary | 11110110 | 11101100 | 11011111 | 0 | 100 | 1001 | 100 | 100010 | 111000 | 1011100 |
Color Harmonies of #F6ECDF
Complementary color
Monochromatic Colors of #F6ECDF
Black with #F6ECDF
Text Example
Text Example
White with #F6ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ECDF; }
p { color: rgb(246,236,223); }
H1.HeaderClassName
{
color: #F6ECDF;
}
.AnyTagClassName
{
color: #F6ECDF;
}
</style>
background-color css
<style>
a { background-color: #F6ECDF; }
a { background-color: rgb(246,236,223); }
div.DivClassName
{
background-color: #F6ECDF;
}
.BgClassName
{
background-color: #F6ECDF;
}
</style>
border-color css
<style>
span { border-color: #F6ECDF; }
span { border-color: rgb(246,236,223); }
td.TdClassName
{
border-color: #F6ECDF;
}
.TagClassName
{
border-color: #F6ECDF;
}
</style>