Shades of Bridal Heath #F3E8DC
Tints of Bridal Heath #F3E8DC
RGB
CMYK
RGB Variations
Color information
#F3E8DC (or 0xF3E8DC) is known color: Bridal Heath. HEX triplet: F3, E8 and DC. RGB value is (243,232,220). Sum of RGB (Red+Green+Blue) = 243+232+220=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E8DC is #0C1723. Grayscale: #E9E9E9. Windows color (decimal): -792356 or 14477555. OLE color: 14477555.
HSL color Cylindrical-coordinate representation of color #F3E8DC: hue angle of 31.3º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E8DC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 232 | 220 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.05 |
| HSL | 31.3º | 0.49% | 0.91% | - |
| HSV(B) | 31.3º | 0.09% | 0.95% | - |
| XYZ | 78.74 | 81.94 | 79.38 | - |
| YUV | 233.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 232 | 220 | 0 | 0.05 | 0.09 | 0.05 | 31.3 | 0.49 | 0.91 |
| Hex | F3 | E8 | DC | 0 | 5 | 9 | 5 | 1F | 31 | 5B |
| Octal | 363 | 350 | 334 | 0 | 5 | 11 | 5 | 37 | 61 | 133 |
| Binary | 11110011 | 11101000 | 11011100 | 0 | 101 | 1001 | 101 | 11111 | 110001 | 1011011 |
Color Harmonies of #F3E8DC
Complementary color
Monochromatic Colors of #F3E8DC
Black with #F3E8DC
Text Example
Text Example
White with #F3E8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E8DC; }
p { color: rgb(243,232,220); }
H1.HeaderClassName
{
color: #F3E8DC;
}
.AnyTagClassName
{
color: #F3E8DC;
}
</style>
background-color css
<style>
a { background-color: #F3E8DC; }
a { background-color: rgb(243,232,220); }
div.DivClassName
{
background-color: #F3E8DC;
}
.BgClassName
{
background-color: #F3E8DC;
}
</style>
border-color css
<style>
span { border-color: #F3E8DC; }
span { border-color: rgb(243,232,220); }
td.TdClassName
{
border-color: #F3E8DC;
}
.TagClassName
{
border-color: #F3E8DC;
}
</style>