#FDEACE

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

Shades of Blanched Almond #FDEACE

Tints of Blanched Almond #FDEACE

Color information

#FDEACE (or 0xFDEACE) is unknown color: approx Blanched Almond. HEX triplet: FD, EA and CE. RGB value is (253,234,206). Sum of RGB (Red+Green+Blue) = 253+234+206=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACE is #021531. Grayscale: #ECECEC. Windows color (decimal): -136498 or 13560573. OLE color: 13560573.

HSL color Cylindrical-coordinate representation of color #FDEACE: hue angle of 35.74º degrees, saturation: 0.92, 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 #FDEACE is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253234206-
CMYK00.080.190.01
HSL35.74º92.16%90%-
HSV(B)35.74º18.58%99.22%-
XYZ81.0784.1870.37-
YUV236.49110.79139.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 206 (80.86% from 255) = 29.73%
R=36.51%
G=33.77%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323420600.080.190.0135.7492.1690
HexFDEACE08131245c5a
Octal37535231601023144134132
Binary1111110111101010110011100100010011110010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEACE; }

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

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

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

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

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

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

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

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