#FAF5CA

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

Shades of Corn Field #FAF5CA

Tints of Corn Field #FAF5CA

Color information

#FAF5CA (or 0xFAF5CA) is unknown color: approx Corn Field. HEX triplet: FA, F5 and CA. RGB value is (250,245,202). Sum of RGB (Red+Green+Blue) = 250+245+202=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5CA is #050A35. Grayscale: #F1F1F1. Windows color (decimal): -330294 or 13301242. OLE color: 13301242.

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

Color convert

RGB250245202-
CMYK00.020.190.02
HSL53.75º82.76%88.63%-
HSV(B)53.75º19.2%98.04%-
XYZ82.7489.8968.87-
YUV241.59105.66134-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 245 (96.09% from 255) = 35.15%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=35.87%
G=35.15%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024520200.020.190.0253.7582.7688.63
HexFAF5CA02132365359
Octal3723653120223266123131
Binary111110101111010111001010010100111011011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5CA; }

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

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

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

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

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

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

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

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