#FDE9D0

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

Shades of Blanched Almond #FDE9D0

Tints of Blanched Almond #FDE9D0

Color information

#FDE9D0 (or 0xFDE9D0) is unknown color: approx Blanched Almond. HEX triplet: FD, E9 and D0. RGB value is (253,233,208). Sum of RGB (Red+Green+Blue) = 253+233+208=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9D0 is #02162F. Grayscale: #ECECEC. Windows color (decimal): -136752 or 13691389. OLE color: 13691389.

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

Color convert

RGB253233208-
CMYK00.080.180.01
HSL33.33º91.84%90.39%-
HSV(B)33.33º17.79%99.22%-
XYZ81.0383.7171.56-
YUV236.13112.13140.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 208 (81.64% from 255) = 29.97%
R=36.46%
G=33.57%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323320800.080.180.0133.3391.8490.39
HexFDE9D008121215c5a
Octal37535132001022141134132
Binary1111110111101001110100000100010010110000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9D0; }

 p { color: rgb(253,233,208); }

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

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

 a { background-color: rgb(253,233,208); }

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

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

 span { border-color: rgb(253,233,208); }

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