#FBF4BA

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

Shades of Corn Field #FBF4BA

Tints of Corn Field #FBF4BA

Color information

#FBF4BA (or 0xFBF4BA) is unknown color: approx Corn Field. HEX triplet: FB, F4 and BA. RGB value is (251,244,186). Sum of RGB (Red+Green+Blue) = 251+244+186=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4BA is #040B45. Grayscale: #EFEFEF. Windows color (decimal): -265030 or 12252411. OLE color: 12252411.

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

Color convert

RGB251244186-
CMYK00.030.260.02
HSL53.54º89.04%85.69%-
HSV(B)53.54º25.9%98.43%-
XYZ8188.7659.32-
YUV239.4897.82136.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 186 (73.05% from 255) = 27.31%
R=36.86%
G=35.83%
B=27.31%

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
Decimal25124418600.030.260.0253.5489.0485.69
HexFBF4BA031A2365956
Octal3733642720332266131126
Binary111110111111010010111010011110101011011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4BA; }

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

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

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

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

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

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

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

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