#FDE8CD

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

Shades of Blanched Almond #FDE8CD

Tints of Blanched Almond #FDE8CD

Color information

#FDE8CD (or 0xFDE8CD) is unknown color: approx Blanched Almond. HEX triplet: FD, E8 and CD. RGB value is (253,232,205). Sum of RGB (Red+Green+Blue) = 253+232+205=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8CD is #021732. Grayscale: #EBEBEB. Windows color (decimal): -137011 or 13494525. OLE color: 13494525.

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

Color convert

RGB253232205-
CMYK00.080.190.01
HSL33.75º92.31%89.8%-
HSV(B)33.75º18.97%99.22%-
XYZ80.388369.54-
YUV235.2110.96140.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 205 (80.47% from 255) = 29.71%
R=36.67%
G=33.62%
B=29.71%

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
Decimal25323220500.080.190.0133.7592.3189.8
HexFDE8CD08131225c5a
Octal37535031501023142134132
Binary1111110111101000110011010100010011110001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8CD; }

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

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

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

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

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

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

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

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