#FBF1BE

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

Shades of Corn Field #FBF1BE

Tints of Corn Field #FBF1BE

Color information

#FBF1BE (or 0xFBF1BE) is unknown color: approx Corn Field. HEX triplet: FB, F1 and BE. RGB value is (251,241,190). Sum of RGB (Red+Green+Blue) = 251+241+190=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1BE is #040E41. Grayscale: #EEEEEE. Windows color (decimal): -265794 or 12513787. OLE color: 12513787.

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

Color convert

RGB251241190-
CMYK00.040.240.02
HSL50.16º88.41%86.47%-
HSV(B)50.16º24.3%98.43%-
XYZ80.5387.1461.29-
YUV238.18100.81137.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 190 (74.61% from 255) = 27.86%
R=36.80%
G=35.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124119000.040.240.0250.1688.4186.47
HexFBF1BE04182325856
Octal3733612760430262130126
Binary1111101111110001101111100100110001011001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1BE; }

 p { color: rgb(251,241,190); }

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

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

 a { background-color: rgb(251,241,190); }

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

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

 span { border-color: rgb(251,241,190); }

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