#FCFAC4

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

Shades of Corn Field #FCFAC4

Tints of Corn Field #FCFAC4

Color information

#FCFAC4 (or 0xFCFAC4) is unknown color: approx Corn Field. HEX triplet: FC, FA and C4. RGB value is (252,250,196). Sum of RGB (Red+Green+Blue) = 252+250+196=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 196 (76.95% from 255 or 28.08% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC4 is #03053B. Grayscale: #F4F4F4. Windows color (decimal): -197948 or 12909308. OLE color: 12909308.

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

Color convert

RGB252250196-
CMYK00.010.220.01
HSL57.86º90.32%87.84%-
HSV(B)57.86º22.22%98.82%-
XYZ84.2993.0565.74-
YUV244.44100.66133.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 196 (76.95% from 255) = 28.08%
R=36.10%
G=35.82%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225019600.010.220.0157.8690.3287.84
HexFCFAC4011613a5a58
Octal3743723040126172132130
Binary1111110011111010110001000110110111101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAC4; }

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

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

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

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

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

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

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

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