#FEF5C5

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

Shades of Corn Field #FEF5C5

Tints of Corn Field #FEF5C5

Color information

#FEF5C5 (or 0xFEF5C5) is unknown color: approx Corn Field. HEX triplet: FE, F5 and C5. RGB value is (254,245,197). Sum of RGB (Red+Green+Blue) = 254+245+197=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 197 (77.34% from 255 or 28.30% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5C5 is #010A3A. Grayscale: #F2F2F2. Windows color (decimal): -68155 or 12973566. OLE color: 12973566.

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

Color convert

RGB254245197-
CMYK00.040.220.00
HSL50.53º96.61%88.43%-
HSV(B)50.53º22.44%99.61%-
XYZ83.690.4165.87-
YUV242.22102.48136.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 245 (96.09% from 255) = 35.20%
BLUE value IS 197 (77.34% from 255) = 28.30%
R=36.49%
G=35.20%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424519700.040.220.0050.5396.6188.43
HexFEF5C504160336158
Octal3763653050426063141130
Binary111111101111010111000101010010110011001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5C5; }

 p { color: rgb(254,245,197); }

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

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

 a { background-color: rgb(254,245,197); }

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

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

 span { border-color: rgb(254,245,197); }

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