Shades of Bridal Heath #FEEDDD
Tints of Bridal Heath #FEEDDD
RGB
CMYK
RGB Variations
Color information
#FEEDDD (or 0xFEEDDD) is known color: Bridal Heath. HEX triplet: FE, ED and DD. RGB value is (254,237,221). Sum of RGB (Red+Green+Blue) = 254+237+221=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDDD is #011222. Grayscale: #F0F0F0. Windows color (decimal): -70179 or 14544382. OLE color: 14544382.
HSL color Cylindrical-coordinate representation of color #FEEDDD: hue angle of 29.09º 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 #FEEDDD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 221 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.00 |
| HSL | 29.09º | 0.94% | 0.93% | - |
| HSV(B) | 29.09º | 0.13% | 1% | - |
| XYZ | 84.21 | 86.86 | 80.73 | - |
| YUV | 240.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 221 | 0 | 0.07 | 0.13 | 0.00 | 29.09 | 0.94 | 0.93 |
| Hex | FE | ED | DD | 0 | 7 | D | 0 | 1D | 5E | 5D |
| Octal | 376 | 355 | 335 | 0 | 7 | 15 | 0 | 35 | 136 | 135 |
| Binary | 11111110 | 11101101 | 11011101 | 0 | 111 | 1101 | 0 | 11101 | 1011110 | 1011101 |
Color Harmonies of #FEEDDD
Complementary color
Monochromatic Colors of #FEEDDD
Black with #FEEDDD
Text Example
Text Example
White with #FEEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDDD; }
p { color: rgb(254,237,221); }
H1.HeaderClassName
{
color: #FEEDDD;
}
.AnyTagClassName
{
color: #FEEDDD;
}
</style>
background-color css
<style>
a { background-color: #FEEDDD; }
a { background-color: rgb(254,237,221); }
div.DivClassName
{
background-color: #FEEDDD;
}
.BgClassName
{
background-color: #FEEDDD;
}
</style>
border-color css
<style>
span { border-color: #FEEDDD; }
span { border-color: rgb(254,237,221); }
td.TdClassName
{
border-color: #FEEDDD;
}
.TagClassName
{
border-color: #FEEDDD;
}
</style>