#FBF4BB

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

Shades of Corn Field #FBF4BB

Tints of Corn Field #FBF4BB

Color information

#FBF4BB (or 0xFBF4BB) is unknown color: approx Corn Field. HEX triplet: FB, F4 and BB. RGB value is (251,244,187). Sum of RGB (Red+Green+Blue) = 251+244+187=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4BB is #040B44. Grayscale: #EFEFEF. Windows color (decimal): -265029 or 12317947. OLE color: 12317947.

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

Color convert

RGB251244187-
CMYK00.030.250.02
HSL53.44º88.89%85.88%-
HSV(B)53.44º25.5%98.43%-
XYZ81.188.859.88-
YUV239.698.32136.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 244 (95.70% from 255) = 35.78%
BLUE value IS 187 (73.44% from 255) = 27.42%
R=36.80%
G=35.78%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124418700.030.250.0253.4488.8985.88
HexFBF4BB03192355956
Octal3733642730331265131126
Binary111110111111010010111011011110011011010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4BB; }

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

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

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

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

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

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

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

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