#F8F2CB

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

Shades of Corn Field #F8F2CB

Tints of Corn Field #F8F2CB

Color information

#F8F2CB (or 0xF8F2CB) is unknown color: approx Corn Field. HEX triplet: F8, F2 and CB. RGB value is (248,242,203). Sum of RGB (Red+Green+Blue) = 248+242+203=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2CB is #070D34. Grayscale: #EFEFEF. Windows color (decimal): -462133 or 13366008. OLE color: 13366008.

HSL color Cylindrical-coordinate representation of color #F8F2CB: hue angle of 52º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8F2CB is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248242203-
CMYK00.020.180.03
HSL52º76.27%88.43%-
HSV(B)52º18.15%97.25%-
XYZ81.2487.7769.16-
YUV239.35107.49134.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 203 (79.69% from 255) = 29.29%
R=35.79%
G=34.92%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824220300.020.180.035276.2788.43
HexF8F2CB02123344c58
Octal3703623130222364114130
Binary111110001111001011001011010100101111010010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F2CB; }

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

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

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

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

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

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

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

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