#FAE7CF

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

Shades of Blanched Almond #FAE7CF

Tints of Blanched Almond #FAE7CF

Color information

#FAE7CF (or 0xFAE7CF) is unknown color: approx Blanched Almond. HEX triplet: FA, E7 and CF. RGB value is (250,231,207). Sum of RGB (Red+Green+Blue) = 250+231+207=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7CF is #051830. Grayscale: #EAEAEA. Windows color (decimal): -333873 or 13625338. OLE color: 13625338.

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

Color convert

RGB250231207-
CMYK00.080.170.02
HSL33.49º81.13%89.61%-
HSV(B)33.49º17.2%98.04%-
XYZ79.2681.9870.68-
YUV233.94112.79139.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 207 (81.25% from 255) = 30.09%
R=36.34%
G=33.58%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023120700.080.170.0233.4981.1389.61
HexFAE7CF0811221515a
Octal37234731701021241121132
Binary11111010111001111100111101000100011010000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7CF; }

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

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

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

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

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

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

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

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