#FDEAC8

Color #FDEAC8 Blanched Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blanched Almond #FDEAC8

Tints of Blanched Almond #FDEAC8

Color information

#FDEAC8 (or 0xFDEAC8) is unknown color: approx Blanched Almond. HEX triplet: FD, EA and C8. RGB value is (253,234,200). Sum of RGB (Red+Green+Blue) = 253+234+200=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 200 (78.52% from 255 or 29.11% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC8 is #021537. Grayscale: #EBEBEB. Windows color (decimal): -136504 or 13167357. OLE color: 13167357.

HSL color Cylindrical-coordinate representation of color #FDEAC8: hue angle of 38.49º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDEAC8 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253234200-
CMYK00.080.210.01
HSL38.49º92.98%88.82%-
HSV(B)38.49º20.95%99.22%-
XYZ80.3683.966.6-
YUV235.8107.79140.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 200 (78.52% from 255) = 29.11%
R=36.83%
G=34.06%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323420000.080.210.0138.4992.9888.82
HexFDEAC808151265d59
Octal37535231001025146135131
Binary1111110111101010110010000100010101110011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAC8; }

 p { color: rgb(253,234,200); }

 H1.HeaderClassName
 {
   color: #FDEAC8;
 }
 .AnyTagClassName
 {
   color: #FDEAC8;
 }
</style>
background-color css

<style>
 a { background-color: #FDEAC8; }

 a { background-color: rgb(253,234,200); }

 div.DivClassName
 {
   background-color: #FDEAC8;
 }
 .BgClassName
 {
   background-color: #FDEAC8;
 }
</style>
border-color css

<style>
 span { border-color: #FDEAC8; }

 span { border-color: rgb(253,234,200); }

 td.TdClassName
 {
   border-color: #FDEAC8;
 }
 .TagClassName
 {
   border-color: #FDEAC8;
 }
</style>