#FDEACD

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

Shades of Blanched Almond #FDEACD

Tints of Blanched Almond #FDEACD

Color information

#FDEACD (or 0xFDEACD) is unknown color: approx Blanched Almond. HEX triplet: FD, EA and CD. RGB value is (253,234,205). Sum of RGB (Red+Green+Blue) = 253+234+205=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACD is #021532. Grayscale: #ECECEC. Windows color (decimal): -136499 or 13495037. OLE color: 13495037.

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

Color convert

RGB253234205-
CMYK00.080.190.01
HSL36.25º92.31%89.8%-
HSV(B)36.25º18.97%99.22%-
XYZ80.9584.1469.73-
YUV236.38110.29139.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 205 (80.47% from 255) = 29.62%
R=36.56%
G=33.82%
B=29.62%

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
Decimal25323420500.080.190.0136.2592.3189.8
HexFDEACD08131245c5a
Octal37535231501023144134132
Binary1111110111101010110011010100010011110010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEACD; }

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

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

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

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

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

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

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

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