#FDE8CC

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

Shades of Blanched Almond #FDE8CC

Tints of Blanched Almond #FDE8CC

Color information

#FDE8CC (or 0xFDE8CC) is unknown color: approx Blanched Almond. HEX triplet: FD, E8 and CC. RGB value is (253,232,204). Sum of RGB (Red+Green+Blue) = 253+232+204=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8CC is #021733. Grayscale: #EBEBEB. Windows color (decimal): -137012 or 13428989. OLE color: 13428989.

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

Color convert

RGB253232204-
CMYK00.080.190.01
HSL34.29º92.45%89.61%-
HSV(B)34.29º19.37%99.22%-
XYZ80.2682.9668.91-
YUV235.09110.46140.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 204 (80.08% from 255) = 29.61%
R=36.72%
G=33.67%
B=29.61%

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
Decimal25323220400.080.190.0134.2992.4589.61
HexFDE8CC08131225c5a
Octal37535031401023142134132
Binary1111110111101000110011000100010011110001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8CC; }

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

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

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

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

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

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

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

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