#FDFAC1

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

Shades of Corn Field #FDFAC1

Tints of Corn Field #FDFAC1

Color information

#FDFAC1 (or 0xFDFAC1) is unknown color: approx Corn Field. HEX triplet: FD, FA and C1. RGB value is (253,250,193). Sum of RGB (Red+Green+Blue) = 253+250+193=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 193 (75.78% from 255 or 27.73% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC1 is #02053E. Grayscale: #F4F4F4. Windows color (decimal): -132415 or 12712701. OLE color: 12712701.

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

Color convert

RGB253250193-
CMYK00.010.240.01
HSL57º93.75%87.45%-
HSV(B)57º23.72%99.22%-
XYZ84.3293.163.98-
YUV244.498.99134.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 193 (75.78% from 255) = 27.73%
R=36.35%
G=35.92%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325019300.010.240.015793.7587.45
HexFDFAC101181395e57
Octal3753723010130171136127
Binary1111110111111010110000010111000111100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAC1; }

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

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

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

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

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

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

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

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