#FFFCC1

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

Shades of Corn Field #FFFCC1

Tints of Corn Field #FFFCC1

Color information

#FFFCC1 (or 0xFFFCC1) is unknown color: approx Corn Field. HEX triplet: FF, FC and C1. RGB value is (255,252,193). Sum of RGB (Red+Green+Blue) = 255+252+193=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 193 (75.78% from 255 or 27.57% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCC1 is #00033E. Grayscale: #F6F6F6. Windows color (decimal): -831 or 12713215. OLE color: 12713215.

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

Color convert

RGB255252193-
CMYK00.010.240
HSL57.1º100%87.84%-
HSV(B)57.1º24.31%100%-
XYZ85.6894.7364.22-
YUV246.1797.99134.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 193 (75.78% from 255) = 27.57%
R=36.43%
G=36%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525219300.010.24057.110087.84
HexFFFCC101180396458
Octal3773743010130071144130
Binary1111111111111100110000010111000011100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCC1; }

 p { color: rgb(255,252,193); }

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

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

 a { background-color: rgb(255,252,193); }

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

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

 span { border-color: rgb(255,252,193); }

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