#F8F1C6

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

Shades of Corn Field #F8F1C6

Tints of Corn Field #F8F1C6

Color information

#F8F1C6 (or 0xF8F1C6) is unknown color: approx Corn Field. HEX triplet: F8, F1 and C6. RGB value is (248,241,198). Sum of RGB (Red+Green+Blue) = 248+241+198=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1C6 is #070E39. Grayscale: #EEEEEE. Windows color (decimal): -462394 or 13038072. OLE color: 13038072.

HSL color Cylindrical-coordinate representation of color #F8F1C6: hue angle of 51.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8F1C6 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248241198-
CMYK00.030.200.03
HSL51.6º78.12%87.45%-
HSV(B)51.6º20.16%97.25%-
XYZ80.3686.9465.97-
YUV238.19105.32135-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 241 (94.53% from 255) = 35.08%
BLUE value IS 198 (77.73% from 255) = 28.82%
R=36.10%
G=35.08%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824119800.030.200.0351.678.1287.45
HexF8F1C603143344e57
Octal3703613060324364116127
Binary111110001111000111000110011101001111010010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F1C6; }

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

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

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

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

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

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

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

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