#FBF5BA

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

Shades of Corn Field #FBF5BA

Tints of Corn Field #FBF5BA

Color information

#FBF5BA (or 0xFBF5BA) is unknown color: approx Corn Field. HEX triplet: FB, F5 and BA. RGB value is (251,245,186). Sum of RGB (Red+Green+Blue) = 251+245+186=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5BA is #040A45. Grayscale: #F0F0F0. Windows color (decimal): -264774 or 12252667. OLE color: 12252667.

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

Color convert

RGB251245186-
CMYK00.020.260.02
HSL54.46º89.04%85.69%-
HSV(B)54.46º25.9%98.43%-
XYZ81.389.3659.42-
YUV240.0797.49135.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 186 (73.05% from 255) = 27.27%
R=36.80%
G=35.92%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124518600.020.260.0254.4689.0485.69
HexFBF5BA021A2365956
Octal3733652720232266131126
Binary111110111111010110111010010110101011011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5BA; }

 p { color: rgb(251,245,186); }

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

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

 a { background-color: rgb(251,245,186); }

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

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

 span { border-color: rgb(251,245,186); }

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