#FAE9CF

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

Shades of Blanched Almond #FAE9CF

Tints of Blanched Almond #FAE9CF

Color information

#FAE9CF (or 0xFAE9CF) is unknown color: approx Blanched Almond. HEX triplet: FA, E9 and CF. RGB value is (250,233,207). Sum of RGB (Red+Green+Blue) = 250+233+207=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9CF is #051630. Grayscale: #EBEBEB. Windows color (decimal): -333361 or 13625850. OLE color: 13625850.

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

Color convert

RGB250233207-
CMYK00.070.170.02
HSL36.28º81.13%89.61%-
HSV(B)36.28º17.2%98.04%-
XYZ79.8383.1170.87-
YUV235.12112.13138.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 207 (81.25% from 255) = 30%
R=36.23%
G=33.77%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023320700.070.170.0236.2881.1389.61
HexFAE9CF0711224515a
Octal3723513170721244121132
Binary1111101011101001110011110111100011010010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9CF; }

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

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

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

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

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

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

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

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