#FAF6E3

Color #FAF6E3 Corn Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Silk #FAF6E3

Tints of Corn Silk #FAF6E3

Color information

#FAF6E3 (or 0xFAF6E3) is unknown color: approx Corn Silk. HEX triplet: FA, F6 and E3. RGB value is (250,246,227). Sum of RGB (Red+Green+Blue) = 250+246+227=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 227 (89.06% from 255 or 31.40% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6E3 is #05091C. Grayscale: #F5F5F5. Windows color (decimal): -330013 or 14939898. OLE color: 14939898.

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

Color convert

RGB250246227-
CMYK00.020.090.02
HSL49.57º69.7%93.53%-
HSV(B)49.57º9.2%98.04%-
XYZ86.2591.7885.84-
YUV245.03117.83131.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 246 (96.48% from 255) = 34.02%
BLUE value IS 227 (89.06% from 255) = 31.40%
R=34.58%
G=34.02%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024622700.020.090.0249.5769.793.53
HexFAF6E3029232465e
Octal3723663430211262106136
Binary11111010111101101110001101010011011001010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6E3; }

 p { color: rgb(250,246,227); }

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

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

 a { background-color: rgb(250,246,227); }

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

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

 span { border-color: rgb(250,246,227); }

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