#FBF0B8

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

Shades of Corn Field #FBF0B8

Tints of Corn Field #FBF0B8

Color information

#FBF0B8 (or 0xFBF0B8) is unknown color: approx Corn Field. HEX triplet: FB, F0 and B8. RGB value is (251,240,184). Sum of RGB (Red+Green+Blue) = 251+240+184=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 184 (72.27% from 255 or 27.26% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0B8 is #040F47. Grayscale: #EDEDED. Windows color (decimal): -266056 or 12120315. OLE color: 12120315.

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

Color convert

RGB251240184-
CMYK00.040.270.02
HSL50.15º89.33%85.29%-
HSV(B)50.15º26.69%98.43%-
XYZ79.686.2957.81-
YUV236.998.14138.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 240 (94.14% from 255) = 35.56%
BLUE value IS 184 (72.27% from 255) = 27.26%
R=37.19%
G=35.56%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124018400.040.270.0250.1589.3385.29
HexFBF0B8041B2325955
Octal3733602700433262131125
Binary1111101111110000101110000100110111011001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0B8; }

 p { color: rgb(251,240,184); }

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

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

 a { background-color: rgb(251,240,184); }

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

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

 span { border-color: rgb(251,240,184); }

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