Shades of Bridal Heath #FCEDDF
Tints of Bridal Heath #FCEDDF
RGB
CMYK
RGB Variations
Color information
#FCEDDF (or 0xFCEDDF) is known color: Bridal Heath. HEX triplet: FC, ED and DF. RGB value is (252,237,223). Sum of RGB (Red+Green+Blue) = 252+237+223=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDF is #031220. Grayscale: #EFEFEF. Windows color (decimal): -201249 or 14675452. OLE color: 14675452.
HSL color Cylindrical-coordinate representation of color #FCEDDF: hue angle of 28.97º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCEDDF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 223 | - |
CMYK | 0 | 0.06 | 0.12 | 0.01 |
HSL | 28.97º | 0.83% | 0.93% | - |
HSV(B) | 28.97º | 0.12% | 0.99% | - |
XYZ | 83.75 | 86.59 | 82.11 | - |
YUV | 239.89 | 118.47 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 223 | 0 | 0.06 | 0.12 | 0.01 | 28.97 | 0.83 | 0.93 |
Hex | FC | ED | DF | 0 | 6 | C | 1 | 1D | 53 | 5D |
Octal | 374 | 355 | 337 | 0 | 6 | 14 | 1 | 35 | 123 | 135 |
Binary | 11111100 | 11101101 | 11011111 | 0 | 110 | 1100 | 1 | 11101 | 1010011 | 1011101 |
Color Harmonies of #FCEDDF
Complementary color
Monochromatic Colors of #FCEDDF
Black with #FCEDDF
Text Example
Text Example
White with #FCEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDDF; }
p { color: rgb(252,237,223); }
H1.HeaderClassName
{
color: #FCEDDF;
}
.AnyTagClassName
{
color: #FCEDDF;
}
</style>
background-color css
<style>
a { background-color: #FCEDDF; }
a { background-color: rgb(252,237,223); }
div.DivClassName
{
background-color: #FCEDDF;
}
.BgClassName
{
background-color: #FCEDDF;
}
</style>
border-color css
<style>
span { border-color: #FCEDDF; }
span { border-color: rgb(252,237,223); }
td.TdClassName
{
border-color: #FCEDDF;
}
.TagClassName
{
border-color: #FCEDDF;
}
</style>