Shades of Bridal Heath #FEEDDC
Tints of Bridal Heath #FEEDDC
RGB
CMYK
RGB Variations
Color information
#FEEDDC (or 0xFEEDDC) is known color: Bridal Heath. HEX triplet: FE, ED and DC. RGB value is (254,237,220). Sum of RGB (Red+Green+Blue) = 254+237+220=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDDC is #011223. Grayscale: #F0F0F0. Windows color (decimal): -70180 or 14478846. OLE color: 14478846.
HSL color Cylindrical-coordinate representation of color #FEEDDC: hue angle of 30º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEEDDC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 220 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.00 |
| HSL | 30º | 0.94% | 0.93% | - |
| HSV(B) | 30º | 0.13% | 1% | - |
| XYZ | 84.08 | 86.81 | 80.03 | - |
| YUV | 240.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 220 | 0 | 0.07 | 0.13 | 0.00 | 30 | 0.94 | 0.93 |
| Hex | FE | ED | DC | 0 | 7 | D | 0 | 1E | 5E | 5D |
| Octal | 376 | 355 | 334 | 0 | 7 | 15 | 0 | 36 | 136 | 135 |
| Binary | 11111110 | 11101101 | 11011100 | 0 | 111 | 1101 | 0 | 11110 | 1011110 | 1011101 |
Color Harmonies of #FEEDDC
Complementary color
Monochromatic Colors of #FEEDDC
Black with #FEEDDC
Text Example
Text Example
White with #FEEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDDC; }
p { color: rgb(254,237,220); }
H1.HeaderClassName
{
color: #FEEDDC;
}
.AnyTagClassName
{
color: #FEEDDC;
}
</style>
background-color css
<style>
a { background-color: #FEEDDC; }
a { background-color: rgb(254,237,220); }
div.DivClassName
{
background-color: #FEEDDC;
}
.BgClassName
{
background-color: #FEEDDC;
}
</style>
border-color css
<style>
span { border-color: #FEEDDC; }
span { border-color: rgb(254,237,220); }
td.TdClassName
{
border-color: #FEEDDC;
}
.TagClassName
{
border-color: #FEEDDC;
}
</style>