#FEFAC2

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

Shades of Corn Field #FEFAC2

Tints of Corn Field #FEFAC2

Color information

#FEFAC2 (or 0xFEFAC2) is unknown color: approx Corn Field. HEX triplet: FE, FA and C2. RGB value is (254,250,194). Sum of RGB (Red+Green+Blue) = 254+250+194=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 194 (76.17% from 255 or 27.79% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAC2 is #01053D. Grayscale: #F5F5F5. Windows color (decimal): -66878 or 12778238. OLE color: 12778238.

HSL color Cylindrical-coordinate representation of color #FEFAC2: hue angle of 56º 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 #FEFAC2 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254250194-
CMYK00.020.240.00
HSL56º96.77%87.84%-
HSV(B)56º23.62%99.61%-
XYZ84.893.3464.59-
YUV244.8199.33134.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 194 (76.17% from 255) = 27.79%
R=36.39%
G=35.82%
B=27.79%

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
Decimal25425019400.020.240.005696.7787.84
HexFEFAC202180386158
Octal3763723020230070141130
Binary11111110111110101100001001011000011100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAC2; }

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

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

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

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

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

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

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

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