#FAF4CA

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

Shades of Corn Field #FAF4CA

Tints of Corn Field #FAF4CA

Color information

#FAF4CA (or 0xFAF4CA) is unknown color: approx Corn Field. HEX triplet: FA, F4 and CA. RGB value is (250,244,202). Sum of RGB (Red+Green+Blue) = 250+244+202=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4CA is #050B35. Grayscale: #F1F1F1. Windows color (decimal): -330550 or 13300986. OLE color: 13300986.

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

Color convert

RGB250244202-
CMYK00.020.190.02
HSL52.5º82.76%88.63%-
HSV(B)52.5º19.2%98.04%-
XYZ82.4489.2968.77-
YUV241.01105.99134.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 244 (95.70% from 255) = 35.06%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=35.92%
G=35.06%
B=29.02%

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
Decimal25024420200.020.190.0252.582.7688.63
HexFAF4CA02132345359
Octal3723643120223264123131
Binary111110101111010011001010010100111011010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4CA; }

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

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

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

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

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

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

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

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