Shades of Bridal Heath #FCEEDF
Tints of Bridal Heath #FCEEDF
RGB
CMYK
RGB Variations
Color information
#FCEEDF (or 0xFCEEDF) is known color: Bridal Heath. HEX triplet: FC, EE and DF. RGB value is (252,238,223). Sum of RGB (Red+Green+Blue) = 252+238+223=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDF is #031120. Grayscale: #F0F0F0. Windows color (decimal): -200993 or 14675708. OLE color: 14675708.
HSL color Cylindrical-coordinate representation of color #FCEEDF: hue angle of 31.03º 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 #FCEEDF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 223 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.01 |
| HSL | 31.03º | 0.83% | 0.93% | - |
| HSV(B) | 31.03º | 0.12% | 0.99% | - |
| XYZ | 84.04 | 87.17 | 82.21 | - |
| YUV | 240.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 223 | 0 | 0.06 | 0.12 | 0.01 | 31.03 | 0.83 | 0.93 |
| Hex | FC | EE | DF | 0 | 6 | C | 1 | 1F | 53 | 5D |
| Octal | 374 | 356 | 337 | 0 | 6 | 14 | 1 | 37 | 123 | 135 |
| Binary | 11111100 | 11101110 | 11011111 | 0 | 110 | 1100 | 1 | 11111 | 1010011 | 1011101 |
Color Harmonies of #FCEEDF
Complementary color
Monochromatic Colors of #FCEEDF
Black with #FCEEDF
Text Example
Text Example
White with #FCEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEDF; }
p { color: rgb(252,238,223); }
H1.HeaderClassName
{
color: #FCEEDF;
}
.AnyTagClassName
{
color: #FCEEDF;
}
</style>
background-color css
<style>
a { background-color: #FCEEDF; }
a { background-color: rgb(252,238,223); }
div.DivClassName
{
background-color: #FCEEDF;
}
.BgClassName
{
background-color: #FCEEDF;
}
</style>
border-color css
<style>
span { border-color: #FCEEDF; }
span { border-color: rgb(252,238,223); }
td.TdClassName
{
border-color: #FCEEDF;
}
.TagClassName
{
border-color: #FCEEDF;
}
</style>