#FAF2CA

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

Shades of Corn Field #FAF2CA

Tints of Corn Field #FAF2CA

Color information

#FAF2CA (or 0xFAF2CA) is unknown color: approx Corn Field. HEX triplet: FA, F2 and CA. RGB value is (250,242,202). Sum of RGB (Red+Green+Blue) = 250+242+202=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2CA is #050D35. Grayscale: #F0F0F0. Windows color (decimal): -331062 or 13300474. OLE color: 13300474.

HSL color Cylindrical-coordinate representation of color #FAF2CA: hue angle of 50º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAF2CA is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250242202-
CMYK00.030.190.02
HSL50º82.76%88.63%-
HSV(B)50º19.2%98.04%-
XYZ81.8488.0968.57-
YUV239.83106.65135.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 242 (94.92% from 255) = 34.87%
BLUE value IS 202 (79.30% from 255) = 29.11%
R=36.02%
G=34.87%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024220200.030.190.025082.7688.63
HexFAF2CA03132325359
Octal3723623120323262123131
Binary111110101111001011001010011100111011001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2CA; }

 p { color: rgb(250,242,202); }

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

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

 a { background-color: rgb(250,242,202); }

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

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

 span { border-color: rgb(250,242,202); }

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