#FEF8C0

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

Shades of Corn Field #FEF8C0

Tints of Corn Field #FEF8C0

Color information

#FEF8C0 (or 0xFEF8C0) is unknown color: approx Corn Field. HEX triplet: FE, F8 and C0. RGB value is (254,248,192). Sum of RGB (Red+Green+Blue) = 254+248+192=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 192 (75.39% from 255 or 27.67% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8C0 is #01073F. Grayscale: #F3F3F3. Windows color (decimal): -67392 or 12646654. OLE color: 12646654.

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

Color convert

RGB254248192-
CMYK00.020.240.00
HSL54.19º96.88%87.45%-
HSV(B)54.19º24.41%99.61%-
XYZ83.9592.0163.2-
YUV243.4198.99135.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 248 (97.27% from 255) = 35.73%
BLUE value IS 192 (75.39% from 255) = 27.67%
R=36.60%
G=35.73%
B=27.67%

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
Decimal25424819200.020.240.0054.1996.8887.45
HexFEF8C002180366157
Octal3763703000230066141127
Binary11111110111110001100000001011000011011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8C0; }

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

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

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

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

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

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

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

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