#FDE9CA

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

Shades of Blanched Almond #FDE9CA

Tints of Blanched Almond #FDE9CA

Color information

#FDE9CA (or 0xFDE9CA) is unknown color: approx Blanched Almond. HEX triplet: FD, E9 and CA. RGB value is (253,233,202). Sum of RGB (Red+Green+Blue) = 253+233+202=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CA is #021635. Grayscale: #EBEBEB. Windows color (decimal): -136758 or 13298173. OLE color: 13298173.

HSL color Cylindrical-coordinate representation of color #FDE9CA: hue angle of 36.47º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE9CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253233202-
CMYK00.080.200.01
HSL36.47º92.73%89.22%-
HSV(B)36.47º20.16%99.22%-
XYZ80.3183.4267.75-
YUV235.45109.13140.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.77%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=36.77%
G=33.87%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323320200.080.200.0136.4792.7389.22
HexFDE9CA08141245d59
Octal37535131201024144135131
Binary1111110111101001110010100100010100110010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9CA; }

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

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

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

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

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

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

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

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