#F8F2BB

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

Shades of Corn Field #F8F2BB

Tints of Corn Field #F8F2BB

Color information

#F8F2BB (or 0xF8F2BB) is unknown color: approx Corn Field. HEX triplet: F8, F2 and BB. RGB value is (248,242,187). Sum of RGB (Red+Green+Blue) = 248+242+187=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2BB is #070D44. Grayscale: #EDEDED. Windows color (decimal): -462149 or 12317432. OLE color: 12317432.

HSL color Cylindrical-coordinate representation of color #F8F2BB: hue angle of 54.1º degrees, saturation: 0.81, 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 #F8F2BB is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248242187-
CMYK00.020.250.03
HSL54.1º81.33%85.29%-
HSV(B)54.1º24.6%97.25%-
XYZ79.4387.0559.63-
YUV237.5299.49135.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 187 (73.44% from 255) = 27.62%
R=36.63%
G=35.75%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824218700.020.250.0354.181.3385.29
HexF8F2BB02193365155
Octal3703622730231366121125
Binary111110001111001010111011010110011111011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F2BB; }

 p { color: rgb(248,242,187); }

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

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

 a { background-color: rgb(248,242,187); }

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

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

 span { border-color: rgb(248,242,187); }

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