Shades of Blanched Almond #FCEBCD
Tints of Blanched Almond #FCEBCD
RGB
CMYK
RGB Variations
Color information
#FCEBCD (or 0xFCEBCD) is known color: Blanched Almond. HEX triplet: FC, EB and CD. RGB value is (252,235,205). Sum of RGB (Red+Green+Blue) = 252+235+205=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBCD is #031432. Grayscale: #ECECEC. Windows color (decimal): -201779 or 13495292. OLE color: 13495292.
HSL color Cylindrical-coordinate representation of color #FCEBCD: hue angle of 38.3º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEBCD is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 205 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.01 |
| HSL | 38.3º | 0.89% | 0.9% | - |
| HSV(B) | 38.3º | 0.19% | 0.99% | - |
| XYZ | 80.87 | 84.52 | 69.81 | - |
| YUV | 236.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 205 | 0 | 0.07 | 0.19 | 0.01 | 38.3 | 0.89 | 0.9 |
| Hex | FC | EB | CD | 0 | 7 | 13 | 1 | 26 | 59 | 5A |
| Octal | 374 | 353 | 315 | 0 | 7 | 23 | 1 | 46 | 131 | 132 |
| Binary | 11111100 | 11101011 | 11001101 | 0 | 111 | 10011 | 1 | 100110 | 1011001 | 1011010 |
Color Harmonies of #FCEBCD
Complementary color
Monochromatic Colors of #FCEBCD
Black with #FCEBCD
Text Example
Text Example
White with #FCEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBCD; }
p { color: rgb(252,235,205); }
H1.HeaderClassName
{
color: #FCEBCD;
}
.AnyTagClassName
{
color: #FCEBCD;
}
</style>
background-color css
<style>
a { background-color: #FCEBCD; }
a { background-color: rgb(252,235,205); }
div.DivClassName
{
background-color: #FCEBCD;
}
.BgClassName
{
background-color: #FCEBCD;
}
</style>
border-color css
<style>
span { border-color: #FCEBCD; }
span { border-color: rgb(252,235,205); }
td.TdClassName
{
border-color: #FCEBCD;
}
.TagClassName
{
border-color: #FCEBCD;
}
</style>