#FDFAC4

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

Shades of Corn Field #FDFAC4

Tints of Corn Field #FDFAC4

Color information

#FDFAC4 (or 0xFDFAC4) is unknown color: approx Corn Field. HEX triplet: FD, FA and C4. RGB value is (253,250,196). Sum of RGB (Red+Green+Blue) = 253+250+196=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 196 (76.95% from 255 or 28.04% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC4 is #02053B. Grayscale: #F4F4F4. Windows color (decimal): -132412 or 12909309. OLE color: 12909309.

HSL color Cylindrical-coordinate representation of color #FDFAC4: hue angle of 56.84º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDFAC4 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253250196-
CMYK00.010.230.01
HSL56.84º93.44%88.04%-
HSV(B)56.84º22.53%99.22%-
XYZ84.6693.2465.76-
YUV244.74100.49133.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 196 (76.95% from 255) = 28.04%
R=36.19%
G=35.77%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325019600.010.230.0156.8493.4488.04
HexFDFAC401171395d58
Octal3753723040127171135130
Binary1111110111111010110001000110111111100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAC4; }

 p { color: rgb(253,250,196); }

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

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

 a { background-color: rgb(253,250,196); }

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

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

 span { border-color: rgb(253,250,196); }

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