#FBF2BB

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

Shades of Corn Field #FBF2BB

Tints of Corn Field #FBF2BB

Color information

#FBF2BB (or 0xFBF2BB) is unknown color: approx Corn Field. HEX triplet: FB, F2 and BB. RGB value is (251,242,187). Sum of RGB (Red+Green+Blue) = 251+242+187=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 187 (73.44% from 255 or 27.5% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2BB is #040D44. Grayscale: #EEEEEE. Windows color (decimal): -265541 or 12317435. OLE color: 12317435.

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

Color convert

RGB251242187-
CMYK00.040.250.02
HSL51.56º88.89%85.88%-
HSV(B)51.56º25.5%98.43%-
XYZ80.5187.659.68-
YUV238.4298.98136.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 187 (73.44% from 255) = 27.5%
R=36.91%
G=35.59%
B=27.5%

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
Decimal25124218700.040.250.0251.5688.8985.88
HexFBF2BB04192345956
Octal3733622730431264131126
Binary1111101111110010101110110100110011011010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2BB; }

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

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

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

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

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

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

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

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