#FDE9CE

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

Shades of Blanched Almond #FDE9CE

Tints of Blanched Almond #FDE9CE

Color information

#FDE9CE (or 0xFDE9CE) is unknown color: approx Blanched Almond. HEX triplet: FD, E9 and CE. RGB value is (253,233,206). Sum of RGB (Red+Green+Blue) = 253+233+206=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CE is #021631. Grayscale: #ECECEC. Windows color (decimal): -136754 or 13560317. OLE color: 13560317.

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

Color convert

RGB253233206-
CMYK00.080.190.01
HSL34.47º92.16%90%-
HSV(B)34.47º18.58%99.22%-
XYZ80.7983.6270.27-
YUV235.9111.13140.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 206 (80.86% from 255) = 29.77%
R=36.56%
G=33.67%
B=29.77%

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
Decimal25323320600.080.190.0134.4792.1690
HexFDE9CE08131225c5a
Octal37535131601023142134132
Binary1111110111101001110011100100010011110001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9CE; }

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

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

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

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

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

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

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

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