#fae6ce

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

Shades of Blanched Almond #FAE6CE

Tints of Blanched Almond #FAE6CE

Color information

#FAE6CE (or 0xFAE6CE) is unknown color: approx Blanched Almond. HEX triplet: FA, E6 and CE. RGB value is (250,230,206). Sum of RGB (Red+Green+Blue) = 250+230+206=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6CE is #051931. Grayscale: #E9E9E9. Windows color (decimal): -334130 or 13559546. OLE color: 13559546.

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

Color convert

RGB250230206-
CMYK00.080.180.02
HSL32.73º81.48%89.41%-
HSV(B)32.73º17.6%98.04%-
XYZ78.8681.3769.94-
YUV233.24112.63139.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 206 (80.86% from 255) = 30.03%
R=36.44%
G=33.53%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023020600.080.180.0232.7381.4889.41
HexFAE6CE08122215159
Octal37234631601022241121131
Binary11111010111001101100111001000100101010000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fae6ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fae6ce; }

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

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

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

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

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

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

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

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