#FEFABF

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

Shades of Corn Field #FEFABF

Tints of Corn Field #FEFABF

Color information

#FEFABF (or 0xFEFABF) is unknown color: approx Corn Field. HEX triplet: FE, FA and BF. RGB value is (254,250,191). Sum of RGB (Red+Green+Blue) = 254+250+191=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 191 (75% from 255 or 27.48% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFABF is #010540. Grayscale: #F4F4F4. Windows color (decimal): -66881 or 12581630. OLE color: 12581630.

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

Color convert

RGB254250191-
CMYK00.020.250.00
HSL56.19º96.92%87.25%-
HSV(B)56.19º24.8%99.61%-
XYZ84.4693.262.83-
YUV244.4797.83134.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 191 (75% from 255) = 27.48%
R=36.55%
G=35.97%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425019100.020.250.0056.1996.9287.25
HexFEFABF02190386157
Octal3763722770231070141127
Binary11111110111110101011111101011001011100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFABF; }

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

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

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

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

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

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

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

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