#FEFAC1

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

Shades of Corn Field #FEFAC1

Tints of Corn Field #FEFAC1

Color information

#FEFAC1 (or 0xFEFAC1) is unknown color: approx Corn Field. HEX triplet: FE, FA and C1. RGB value is (254,250,193). Sum of RGB (Red+Green+Blue) = 254+250+193=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 193 (75.78% from 255 or 27.69% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAC1 is #01053E. Grayscale: #F4F4F4. Windows color (decimal): -66879 or 12712702. OLE color: 12712702.

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

Color convert

RGB254250193-
CMYK00.020.240.00
HSL56.07º96.83%87.65%-
HSV(B)56.07º24.02%99.61%-
XYZ84.6893.2964-
YUV244.798.83134.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 193 (75.78% from 255) = 27.69%
R=36.44%
G=35.87%
B=27.69%

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
Decimal25425019300.020.240.0056.0796.8387.65
HexFEFAC102180386158
Octal3763723010230070141130
Binary11111110111110101100000101011000011100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAC1; }

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

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

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

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

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

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

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

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