#FBF6C1

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

Shades of Corn Field #FBF6C1

Tints of Corn Field #FBF6C1

Color information

#FBF6C1 (or 0xFBF6C1) is unknown color: approx Corn Field. HEX triplet: FB, F6 and C1. RGB value is (251,246,193). Sum of RGB (Red+Green+Blue) = 251+246+193=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 193 (75.78% from 255 or 27.97% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6C1 is #04093E. Grayscale: #F1F1F1. Windows color (decimal): -264511 or 12711675. OLE color: 12711675.

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

Color convert

RGB251246193-
CMYK00.020.230.02
HSL54.83º87.88%87.06%-
HSV(B)54.83º23.11%98.43%-
XYZ82.3790.2763.54-
YUV241.45100.66134.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 246 (96.48% from 255) = 35.65%
BLUE value IS 193 (75.78% from 255) = 27.97%
R=36.38%
G=35.65%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124619300.020.230.0254.8387.8887.06
HexFBF6C102172375857
Octal3733663010227267130127
Binary111110111111011011000001010101111011011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6C1; }

 p { color: rgb(251,246,193); }

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

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

 a { background-color: rgb(251,246,193); }

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

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

 span { border-color: rgb(251,246,193); }

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