#F8F1BA

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

Shades of Corn Field #F8F1BA

Tints of Corn Field #F8F1BA

Color information

#F8F1BA (or 0xF8F1BA) is unknown color: approx Corn Field. HEX triplet: F8, F1 and BA. RGB value is (248,241,186). Sum of RGB (Red+Green+Blue) = 248+241+186=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1BA is #070E45. Grayscale: #EDEDED. Windows color (decimal): -462406 or 12251640. OLE color: 12251640.

HSL color Cylindrical-coordinate representation of color #F8F1BA: hue angle of 53.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8F1BA is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248241186-
CMYK00.030.250.03
HSL53.23º81.58%85.1%-
HSV(B)53.23º25%97.25%-
XYZ79.0386.4158.97-
YUV236.8299.32135.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 186 (73.05% from 255) = 27.56%
R=36.74%
G=35.70%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824118600.030.250.0353.2381.5885.1
HexF8F1BA03193355255
Octal3703612720331365122125
Binary111110001111000110111010011110011111010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F1BA; }

 p { color: rgb(248,241,186); }

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

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

 a { background-color: rgb(248,241,186); }

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

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

 span { border-color: rgb(248,241,186); }

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