#FDE9CD

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

Shades of Blanched Almond #FDE9CD

Tints of Blanched Almond #FDE9CD

Color information

#FDE9CD (or 0xFDE9CD) is unknown color: approx Blanched Almond. HEX triplet: FD, E9 and CD. RGB value is (253,233,205). Sum of RGB (Red+Green+Blue) = 253+233+205=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CD is #021632. Grayscale: #EBEBEB. Windows color (decimal): -136755 or 13494781. OLE color: 13494781.

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

Color convert

RGB253233205-
CMYK00.080.190.01
HSL35º92.31%89.8%-
HSV(B)35º18.97%99.22%-
XYZ80.6783.5769.64-
YUV235.79110.63140.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 29.67%
R=36.61%
G=33.72%
B=29.67%

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
Decimal25323320500.080.190.013592.3189.8
HexFDE9CD08131235c5a
Octal37535131501023143134132
Binary1111110111101001110011010100010011110001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9CD; }

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

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

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

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

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

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

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

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