#FBF0BB

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

Shades of Corn Field #FBF0BB

Tints of Corn Field #FBF0BB

Color information

#FBF0BB (or 0xFBF0BB) is unknown color: approx Corn Field. HEX triplet: FB, F0 and BB. RGB value is (251,240,187). Sum of RGB (Red+Green+Blue) = 251+240+187=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 187 (73.44% from 255 or 27.58% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0BB is #040F44. Grayscale: #EDEDED. Windows color (decimal): -266053 or 12316923. OLE color: 12316923.

HSL color Cylindrical-coordinate representation of color #FBF0BB: hue angle of 49.69º 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 #FBF0BB is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251240187-
CMYK00.040.250.02
HSL49.69º88.89%85.88%-
HSV(B)49.69º25.5%98.43%-
XYZ79.9186.4259.48-
YUV237.2599.64137.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 187 (73.44% from 255) = 27.58%
R=37.02%
G=35.40%
B=27.58%

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
Decimal25124018700.040.250.0249.6988.8985.88
HexFBF0BB04192325956
Octal3733602730431262131126
Binary1111101111110000101110110100110011011001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0BB; }

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

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

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

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

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

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

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

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