Shades of Blanched Almond #FEEDCC
Tints of Blanched Almond #FEEDCC
RGB
CMYK
RGB Variations
Color information
#FEEDCC (or 0xFEEDCC) is known color: Blanched Almond. HEX triplet: FE, ED and CC. RGB value is (254,237,204). Sum of RGB (Red+Green+Blue) = 254+237+204=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDCC is #011233. Grayscale: #EEEEEE. Windows color (decimal): -70196 or 13430270. OLE color: 13430270.
HSL color Cylindrical-coordinate representation of color #FEEDCC: hue angle of 39.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEEDCC is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 204 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.00 |
| HSL | 39.6º | 0.96% | 0.9% | - |
| HSV(B) | 39.6º | 0.2% | 1% | - |
| XYZ | 82.06 | 86 | 69.4 | - |
| YUV | 238.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 204 | 0 | 0.07 | 0.20 | 0.00 | 39.6 | 0.96 | 0.9 |
| Hex | FE | ED | CC | 0 | 7 | 14 | 0 | 28 | 60 | 5A |
| Octal | 376 | 355 | 314 | 0 | 7 | 24 | 0 | 50 | 140 | 132 |
| Binary | 11111110 | 11101101 | 11001100 | 0 | 111 | 10100 | 0 | 101000 | 1100000 | 1011010 |
Color Harmonies of #FEEDCC
Complementary color
Monochromatic Colors of #FEEDCC
Black with #FEEDCC
Text Example
Text Example
White with #FEEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDCC; }
p { color: rgb(254,237,204); }
H1.HeaderClassName
{
color: #FEEDCC;
}
.AnyTagClassName
{
color: #FEEDCC;
}
</style>
background-color css
<style>
a { background-color: #FEEDCC; }
a { background-color: rgb(254,237,204); }
div.DivClassName
{
background-color: #FEEDCC;
}
.BgClassName
{
background-color: #FEEDCC;
}
</style>
border-color css
<style>
span { border-color: #FEEDCC; }
span { border-color: rgb(254,237,204); }
td.TdClassName
{
border-color: #FEEDCC;
}
.TagClassName
{
border-color: #FEEDCC;
}
</style>