#FCF6B9

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

Shades of Corn Field #FCF6B9

Tints of Corn Field #FCF6B9

Color information

#FCF6B9 (or 0xFCF6B9) is unknown color: approx Corn Field. HEX triplet: FC, F6 and B9. RGB value is (252,246,185). Sum of RGB (Red+Green+Blue) = 252+246+185=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 185 (72.66% from 255 or 27.09% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6B9 is #030946. Grayscale: #F1F1F1. Windows color (decimal): -198983 or 12187388. OLE color: 12187388.

HSL color Cylindrical-coordinate representation of color #FCF6B9: hue angle of 54.63º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCF6B9 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252246185-
CMYK00.020.270.01
HSL54.63º91.78%85.69%-
HSV(B)54.63º26.59%98.82%-
XYZ81.8690.1158.98-
YUV240.8496.49135.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 246 (96.48% from 255) = 36.02%
BLUE value IS 185 (72.66% from 255) = 27.09%
R=36.90%
G=36.02%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224618500.020.270.0154.6391.7885.69
HexFCF6B9021B1375c56
Octal3743662710233167134126
Binary11111100111101101011100101011011111011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6B9; }

 p { color: rgb(252,246,185); }

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

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

 a { background-color: rgb(252,246,185); }

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

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

 span { border-color: rgb(252,246,185); }

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