#FCF0BB

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

Shades of Corn Field #FCF0BB

Tints of Corn Field #FCF0BB

Color information

#FCF0BB (or 0xFCF0BB) is unknown color: approx Corn Field. HEX triplet: FC, F0 and BB. RGB value is (252,240,187). Sum of RGB (Red+Green+Blue) = 252+240+187=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0BB is #030F44. Grayscale: #EDEDED. Windows color (decimal): -200517 or 12316924. OLE color: 12316924.

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

Color convert

RGB252240187-
CMYK00.050.260.01
HSL48.92º91.55%86.08%-
HSV(B)48.92º25.79%98.82%-
XYZ80.2786.659.5-
YUV237.5599.48138.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 187 (73.44% from 255) = 27.54%
R=37.11%
G=35.35%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224018700.050.260.0148.9291.5586.08
HexFCF0BB051A1315c56
Octal3743602730532161134126
Binary111111001111000010111011010111010111000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0BB; }

 p { color: rgb(252,240,187); }

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

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

 a { background-color: rgb(252,240,187); }

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

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

 span { border-color: rgb(252,240,187); }

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