Shades of Blanched Almond #FDEACB
Tints of Blanched Almond #FDEACB
RGB
CMYK
RGB Variations
Color information
#FDEACB (or 0xFDEACB) is known color: Blanched Almond. HEX triplet: FD, EA and CB. RGB value is (253,234,203). Sum of RGB (Red+Green+Blue) = 253+234+203=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACB is #021534. Grayscale: #ECECEC. Windows color (decimal): -136501 or 13363965. OLE color: 13363965.
HSL color Cylindrical-coordinate representation of color #FDEACB: hue angle of 37.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDEACB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 203 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.01 |
| HSL | 37.2º | 0.93% | 0.89% | - |
| HSV(B) | 37.2º | 0.2% | 0.99% | - |
| XYZ | 80.71 | 84.04 | 68.47 | - |
| YUV | 236.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 203 | 0 | 0.08 | 0.20 | 0.01 | 37.2 | 0.93 | 0.89 |
| Hex | FD | EA | CB | 0 | 8 | 14 | 1 | 25 | 5D | 59 |
| Octal | 375 | 352 | 313 | 0 | 10 | 24 | 1 | 45 | 135 | 131 |
| Binary | 11111101 | 11101010 | 11001011 | 0 | 1000 | 10100 | 1 | 100101 | 1011101 | 1011001 |
Color Harmonies of #FDEACB
Complementary color
Monochromatic Colors of #FDEACB
Black with #FDEACB
Text Example
Text Example
White with #FDEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEACB; }
p { color: rgb(253,234,203); }
H1.HeaderClassName
{
color: #FDEACB;
}
.AnyTagClassName
{
color: #FDEACB;
}
</style>
background-color css
<style>
a { background-color: #FDEACB; }
a { background-color: rgb(253,234,203); }
div.DivClassName
{
background-color: #FDEACB;
}
.BgClassName
{
background-color: #FDEACB;
}
</style>
border-color css
<style>
span { border-color: #FDEACB; }
span { border-color: rgb(253,234,203); }
td.TdClassName
{
border-color: #FDEACB;
}
.TagClassName
{
border-color: #FDEACB;
}
</style>