#FFFCC0

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

Shades of Corn Field #FFFCC0

Tints of Corn Field #FFFCC0

Color information

#FFFCC0 (or 0xFFFCC0) is unknown color: approx Corn Field. HEX triplet: FF, FC and C0. RGB value is (255,252,192). Sum of RGB (Red+Green+Blue) = 255+252+192=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 192 (75.39% from 255 or 27.47% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCC0 is #00033F. Grayscale: #F6F6F6. Windows color (decimal): -832 or 12647679. OLE color: 12647679.

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

Color convert

RGB255252192-
CMYK00.010.250
HSL57.14º100%87.65%-
HSV(B)57.14º24.71%100%-
XYZ85.5694.6963.64-
YUV246.0697.49134.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 252 (98.83% from 255) = 36.05%
BLUE value IS 192 (75.39% from 255) = 27.47%
R=36.48%
G=36.05%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525219200.010.25057.1410087.65
HexFFFCC001190396458
Octal3773743000131071144130
Binary1111111111111100110000000111001011100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCC0; }

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

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

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

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

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

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

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

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