Shades of Bridal Heath #F5EBDF
Tints of Bridal Heath #F5EBDF
RGB
CMYK
RGB Variations
Color information
#F5EBDF (or 0xF5EBDF) is known color: Bridal Heath. HEX triplet: F5, EB and DF. RGB value is (245,235,223). Sum of RGB (Red+Green+Blue) = 245+235+223=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBDF is #0A1420. Grayscale: #ECECEC. Windows color (decimal): -660513 or 14674933. OLE color: 14674933.
HSL color Cylindrical-coordinate representation of color #F5EBDF: hue angle of 32.73º degrees, saturation: 0.52, 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 #F5EBDF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 235 | 223 | - |
CMYK | 0 | 0.04 | 0.09 | 0.04 |
HSL | 32.73º | 0.52% | 0.92% | - |
HSV(B) | 32.73º | 0.09% | 0.96% | - |
XYZ | 80.68 | 84.16 | 81.8 | - |
YUV | 236.62 | 120.31 | 133.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 235 | 223 | 0 | 0.04 | 0.09 | 0.04 | 32.73 | 0.52 | 0.92 |
Hex | F5 | EB | DF | 0 | 4 | 9 | 4 | 21 | 34 | 5C |
Octal | 365 | 353 | 337 | 0 | 4 | 11 | 4 | 41 | 64 | 134 |
Binary | 11110101 | 11101011 | 11011111 | 0 | 100 | 1001 | 100 | 100001 | 110100 | 1011100 |
Color Harmonies of #F5EBDF
Complementary color
Monochromatic Colors of #F5EBDF
Black with #F5EBDF
Text Example
Text Example
White with #F5EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBDF; }
p { color: rgb(245,235,223); }
H1.HeaderClassName
{
color: #F5EBDF;
}
.AnyTagClassName
{
color: #F5EBDF;
}
</style>
background-color css
<style>
a { background-color: #F5EBDF; }
a { background-color: rgb(245,235,223); }
div.DivClassName
{
background-color: #F5EBDF;
}
.BgClassName
{
background-color: #F5EBDF;
}
</style>
border-color css
<style>
span { border-color: #F5EBDF; }
span { border-color: rgb(245,235,223); }
td.TdClassName
{
border-color: #F5EBDF;
}
.TagClassName
{
border-color: #F5EBDF;
}
</style>