#FBF2B9

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

Shades of Corn Field #FBF2B9

Tints of Corn Field #FBF2B9

Color information

#FBF2B9 (or 0xFBF2B9) is unknown color: approx Corn Field. HEX triplet: FB, F2 and B9. RGB value is (251,242,185). Sum of RGB (Red+Green+Blue) = 251+242+185=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 185 (72.66% from 255 or 27.29% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2B9 is #040D46. Grayscale: #EEEEEE. Windows color (decimal): -265543 or 12186363. OLE color: 12186363.

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

Color convert

RGB251242185-
CMYK00.040.260.02
HSL51.82º89.19%85.49%-
HSV(B)51.82º26.29%98.43%-
XYZ80.2987.5258.56-
YUV238.1997.98137.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 242 (94.92% from 255) = 35.69%
BLUE value IS 185 (72.66% from 255) = 27.29%
R=37.02%
G=35.69%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124218500.040.260.0251.8289.1985.49
HexFBF2B9041A2345955
Octal3733622710432264131125
Binary1111101111110010101110010100110101011010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2B9; }

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

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

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

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

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

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

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

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