#FCF2B7

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

Shades of Corn Field #FCF2B7

Tints of Corn Field #FCF2B7

Color information

#FCF2B7 (or 0xFCF2B7) is unknown color: approx Corn Field. HEX triplet: FC, F2 and B7. RGB value is (252,242,183). Sum of RGB (Red+Green+Blue) = 252+242+183=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 183 (71.88% from 255 or 27.03% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2B7 is #030D48. Grayscale: #EEEEEE. Windows color (decimal): -200009 or 12055292. OLE color: 12055292.

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

Color convert

RGB252242183-
CMYK00.040.270.01
HSL51.3º92%85.29%-
HSV(B)51.3º27.38%98.82%-
XYZ80.4487.6257.47-
YUV238.2696.81137.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 183 (71.88% from 255) = 27.03%
R=37.22%
G=35.75%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224218300.040.270.0151.39285.29
HexFCF2B7041B1335c55
Octal3743622670433163134125
Binary111111001111001010110111010011011111001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2B7; }

 p { color: rgb(252,242,183); }

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

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

 a { background-color: rgb(252,242,183); }

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

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

 span { border-color: rgb(252,242,183); }

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