#FBF1BB

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

Shades of Corn Field #FBF1BB

Tints of Corn Field #FBF1BB

Color information

#FBF1BB (or 0xFBF1BB) is unknown color: approx Corn Field. HEX triplet: FB, F1 and BB. RGB value is (251,241,187). Sum of RGB (Red+Green+Blue) = 251+241+187=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1BB is #040E44. Grayscale: #EEEEEE. Windows color (decimal): -265797 or 12317179. OLE color: 12317179.

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

Color convert

RGB251241187-
CMYK00.040.250.02
HSL50.62º88.89%85.88%-
HSV(B)50.62º25.5%98.43%-
XYZ80.2187.0159.58-
YUV237.8399.31137.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 187 (73.44% from 255) = 27.54%
R=36.97%
G=35.49%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124118700.040.250.0250.6288.8985.88
HexFBF1BB04192335956
Octal3733612730431263131126
Binary1111101111110001101110110100110011011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1BB; }

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

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

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

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

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

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

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

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