#FBF4B9

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

Shades of Corn Field #FBF4B9

Tints of Corn Field #FBF4B9

Color information

#FBF4B9 (or 0xFBF4B9) is unknown color: approx Corn Field. HEX triplet: FB, F4 and B9. RGB value is (251,244,185). Sum of RGB (Red+Green+Blue) = 251+244+185=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 185 (72.66% from 255 or 27.21% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4B9 is #040B46. Grayscale: #EFEFEF. Windows color (decimal): -265031 or 12186875. OLE color: 12186875.

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

Color convert

RGB251244185-
CMYK00.030.260.02
HSL53.64º89.19%85.49%-
HSV(B)53.64º26.29%98.43%-
XYZ80.8988.7158.76-
YUV239.3797.32136.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 185 (72.66% from 255) = 27.21%
R=36.91%
G=35.88%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124418500.030.260.0253.6489.1985.49
HexFBF4B9031A2365955
Octal3733642710332266131125
Binary111110111111010010111001011110101011011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4B9; }

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

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

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

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

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

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

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

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