#FAE4C1

Color #FAE4C1 Egg Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egg Sour #FAE4C1

Tints of Egg Sour #FAE4C1

Color information

#FAE4C1 (or 0xFAE4C1) is unknown color: approx Egg Sour. HEX triplet: FA, E4 and C1. RGB value is (250,228,193). Sum of RGB (Red+Green+Blue) = 250+228+193=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C1 is #051B3E. Grayscale: #E6E6E6. Windows color (decimal): -334655 or 12707066. OLE color: 12707066.

HSL color Cylindrical-coordinate representation of color #FAE4C1: hue angle of 36.84º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAE4C1 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250228193-
CMYK00.090.230.02
HSL36.84º85.07%86.86%-
HSV(B)36.84º22.8%98.04%-
XYZ76.7979.6661.78-
YUV230.59106.79141.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 193 (75.78% from 255) = 28.76%
R=37.26%
G=33.98%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022819300.090.230.0236.8485.0786.86
HexFAE4C109172255557
Octal37234430101127245125127
Binary11111010111001001100000101001101111010010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4C1; }

 p { color: rgb(250,228,193); }

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

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

 a { background-color: rgb(250,228,193); }

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

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

 span { border-color: rgb(250,228,193); }

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