Shades of Blanched Almond #FEEAD0
Tints of Blanched Almond #FEEAD0
RGB
CMYK
RGB Variations
Color information
#FEEAD0 (or 0xFEEAD0) is known color: Blanched Almond. HEX triplet: FE, EA and D0. RGB value is (254,234,208). Sum of RGB (Red+Green+Blue) = 254+234+208=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAD0 is #01152F. Grayscale: #EDEDED. Windows color (decimal): -70960 or 13691646. OLE color: 13691646.
HSL color Cylindrical-coordinate representation of color #FEEAD0: hue angle of 33.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEEAD0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 208 | - |
CMYK | 0 | 0.08 | 0.18 | 0.00 |
HSL | 33.91º | 0.96% | 0.91% | - |
HSV(B) | 33.91º | 0.18% | 1% | - |
XYZ | 81.68 | 84.47 | 71.67 | - |
YUV | 237.02 | 111.63 | 140.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 208 | 0 | 0.08 | 0.18 | 0.00 | 33.91 | 0.96 | 0.91 |
Hex | FE | EA | D0 | 0 | 8 | 12 | 0 | 22 | 60 | 5B |
Octal | 376 | 352 | 320 | 0 | 10 | 22 | 0 | 42 | 140 | 133 |
Binary | 11111110 | 11101010 | 11010000 | 0 | 1000 | 10010 | 0 | 100010 | 1100000 | 1011011 |
Color Harmonies of #FEEAD0
Complementary color
Monochromatic Colors of #FEEAD0
Black with #FEEAD0
Text Example
Text Example
White with #FEEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAD0; }
p { color: rgb(254,234,208); }
H1.HeaderClassName
{
color: #FEEAD0;
}
.AnyTagClassName
{
color: #FEEAD0;
}
</style>
background-color css
<style>
a { background-color: #FEEAD0; }
a { background-color: rgb(254,234,208); }
div.DivClassName
{
background-color: #FEEAD0;
}
.BgClassName
{
background-color: #FEEAD0;
}
</style>
border-color css
<style>
span { border-color: #FEEAD0; }
span { border-color: rgb(254,234,208); }
td.TdClassName
{
border-color: #FEEAD0;
}
.TagClassName
{
border-color: #FEEAD0;
}
</style>