#FAEACF

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

Shades of Blanched Almond #FAEACF

Tints of Blanched Almond #FAEACF

Color information

#FAEACF (or 0xFAEACF) is unknown color: approx Blanched Almond. HEX triplet: FA, EA and CF. RGB value is (250,234,207). Sum of RGB (Red+Green+Blue) = 250+234+207=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEACF is #051530. Grayscale: #EBEBEB. Windows color (decimal): -333105 or 13626106. OLE color: 13626106.

HSL color Cylindrical-coordinate representation of color #FAEACF: hue angle of 37.67º 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 #FAEACF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250234207-
CMYK00.060.170.02
HSL37.67º81.13%89.61%-
HSV(B)37.67º17.2%98.04%-
XYZ80.1183.6770.96-
YUV235.71111.8138.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 207 (81.25% from 255) = 29.96%
R=36.18%
G=33.86%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023420700.060.170.0237.6781.1389.61
HexFAEACF0611226515a
Octal3723523170621246121132
Binary1111101011101010110011110110100011010011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEACF; }

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

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

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

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

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

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

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

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