#FAE9CD

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

Shades of Blanched Almond #FAE9CD

Tints of Blanched Almond #FAE9CD

Color information

#FAE9CD (or 0xFAE9CD) is unknown color: approx Blanched Almond. HEX triplet: FA, E9 and CD. RGB value is (250,233,205). Sum of RGB (Red+Green+Blue) = 250+233+205=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 205 (80.47% from 255 or 29.80% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9CD is #051632. Grayscale: #EBEBEB. Windows color (decimal): -333363 or 13494778. OLE color: 13494778.

HSL color Cylindrical-coordinate representation of color #FAE9CD: hue angle of 37.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE9CD is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250233205-
CMYK00.070.180.02
HSL37.33º81.82%89.22%-
HSV(B)37.33º18%98.04%-
XYZ79.5883.0169.59-
YUV234.89111.13138.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 29.80%
R=36.34%
G=33.87%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023320500.070.180.0237.3381.8289.22
HexFAE9CD07122255259
Octal3723513150722245122131
Binary1111101011101001110011010111100101010010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9CD; }

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

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

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

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

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

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

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

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