#FCF8BF

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

Shades of Corn Field #FCF8BF

Tints of Corn Field #FCF8BF

Color information

#FCF8BF (or 0xFCF8BF) is unknown color: approx Corn Field. HEX triplet: FC, F8 and BF. RGB value is (252,248,191). Sum of RGB (Red+Green+Blue) = 252+248+191=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8BF is #030740. Grayscale: #F2F2F2. Windows color (decimal): -198465 or 12581116. OLE color: 12581116.

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

Color convert

RGB252248191-
CMYK00.020.240.01
HSL56.07º91.04%86.86%-
HSV(B)56.07º24.21%98.82%-
XYZ83.1291.5962.59-
YUV242.798.83134.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 191 (75% from 255) = 27.64%
R=36.47%
G=35.89%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224819100.020.240.0156.0791.0486.86
HexFCF8BF02181385b57
Octal3743702770230170133127
Binary11111100111110001011111101011000111100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8BF; }

 p { color: rgb(252,248,191); }

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

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

 a { background-color: rgb(252,248,191); }

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

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

 span { border-color: rgb(252,248,191); }

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