#FAEACE

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

Shades of Blanched Almond #FAEACE

Tints of Blanched Almond #FAEACE

Color information

#FAEACE (or 0xFAEACE) is unknown color: approx Blanched Almond. HEX triplet: FA, EA and CE. RGB value is (250,234,206). Sum of RGB (Red+Green+Blue) = 250+234+206=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEACE is #051531. Grayscale: #EBEBEB. Windows color (decimal): -333106 or 13560570. OLE color: 13560570.

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

Color convert

RGB250234206-
CMYK00.060.180.02
HSL38.18º81.48%89.41%-
HSV(B)38.18º17.6%98.04%-
XYZ79.9983.6370.32-
YUV235.59111.3138.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 206 (80.86% from 255) = 29.86%
R=36.23%
G=33.91%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023420600.060.180.0238.1881.4889.41
HexFAEACE06122265159
Octal3723523160622246121131
Binary1111101011101010110011100110100101010011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEACE; }

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

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

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

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

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

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

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

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