#FAE6C6

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

Shades of Egg Sour #FAE6C6

Tints of Egg Sour #FAE6C6

Color information

#FAE6C6 (or 0xFAE6C6) is unknown color: approx Egg Sour. HEX triplet: FA, E6 and C6. RGB value is (250,230,198). Sum of RGB (Red+Green+Blue) = 250+230+198=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 198 (77.73% from 255 or 29.20% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6C6 is #051939. Grayscale: #E8E8E8. Windows color (decimal): -334138 or 13035258. OLE color: 13035258.

HSL color Cylindrical-coordinate representation of color #FAE6C6: hue angle of 36.92º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE6C6 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250230198-
CMYK00.080.210.02
HSL36.92º83.87%87.84%-
HSV(B)36.92º20.8%98.04%-
XYZ77.9180.9964.95-
YUV232.33108.63140.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 230 (90.23% from 255) = 33.92%
BLUE value IS 198 (77.73% from 255) = 29.20%
R=36.87%
G=33.92%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023019800.080.210.0236.9283.8787.84
HexFAE6C608152255458
Octal37234630601025245124130
Binary11111010111001101100011001000101011010010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6C6; }

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

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

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

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

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

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

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

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