#FEF8C2

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

Shades of Corn Field #FEF8C2

Tints of Corn Field #FEF8C2

Color information

#FEF8C2 (or 0xFEF8C2) is unknown color: approx Corn Field. HEX triplet: FE, F8 and C2. RGB value is (254,248,194). Sum of RGB (Red+Green+Blue) = 254+248+194=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 194 (76.17% from 255 or 27.87% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8C2 is #01073D. Grayscale: #F3F3F3. Windows color (decimal): -67390 or 12777726. OLE color: 12777726.

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

Color convert

RGB254248194-
CMYK00.020.240.00
HSL54º96.77%87.84%-
HSV(B)54º23.62%99.61%-
XYZ84.1892.164.38-
YUV243.6499.99135.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 248 (97.27% from 255) = 35.63%
BLUE value IS 194 (76.17% from 255) = 27.87%
R=36.49%
G=35.63%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424819400.020.240.005496.7787.84
HexFEF8C202180366158
Octal3763703020230066141130
Binary11111110111110001100001001011000011011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8C2; }

 p { color: rgb(254,248,194); }

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

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

 a { background-color: rgb(254,248,194); }

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

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

 span { border-color: rgb(254,248,194); }

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