Shades of Bridal Heath #FDEDDC
Tints of Bridal Heath #FDEDDC
RGB
CMYK
RGB Variations
Color information
#FDEDDC (or 0xFDEDDC) is known color: Bridal Heath. HEX triplet: FD, ED and DC. RGB value is (253,237,220). Sum of RGB (Red+Green+Blue) = 253+237+220=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDDC is #021223. Grayscale: #EFEFEF. Windows color (decimal): -135716 or 14478845. OLE color: 14478845.
HSL color Cylindrical-coordinate representation of color #FDEDDC: hue angle of 30.91º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDEDDC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 220 | - |
CMYK | 0 | 0.06 | 0.13 | 0.01 |
HSL | 30.91º | 0.89% | 0.93% | - |
HSV(B) | 30.91º | 0.13% | 0.99% | - |
XYZ | 83.71 | 86.62 | 80.02 | - |
YUV | 239.85 | 116.8 | 137.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 220 | 0 | 0.06 | 0.13 | 0.01 | 30.91 | 0.89 | 0.93 |
Hex | FD | ED | DC | 0 | 6 | D | 1 | 1F | 59 | 5D |
Octal | 375 | 355 | 334 | 0 | 6 | 15 | 1 | 37 | 131 | 135 |
Binary | 11111101 | 11101101 | 11011100 | 0 | 110 | 1101 | 1 | 11111 | 1011001 | 1011101 |
Color Harmonies of #FDEDDC
Complementary color
Monochromatic Colors of #FDEDDC
Black with #FDEDDC
Text Example
Text Example
White with #FDEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDDC; }
p { color: rgb(253,237,220); }
H1.HeaderClassName
{
color: #FDEDDC;
}
.AnyTagClassName
{
color: #FDEDDC;
}
</style>
background-color css
<style>
a { background-color: #FDEDDC; }
a { background-color: rgb(253,237,220); }
div.DivClassName
{
background-color: #FDEDDC;
}
.BgClassName
{
background-color: #FDEDDC;
}
</style>
border-color css
<style>
span { border-color: #FDEDDC; }
span { border-color: rgb(253,237,220); }
td.TdClassName
{
border-color: #FDEDDC;
}
.TagClassName
{
border-color: #FDEDDC;
}
</style>