#FBF5BE

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

Shades of Corn Field #FBF5BE

Tints of Corn Field #FBF5BE

Color information

#FBF5BE (or 0xFBF5BE) is unknown color: approx Corn Field. HEX triplet: FB, F5 and BE. RGB value is (251,245,190). Sum of RGB (Red+Green+Blue) = 251+245+190=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5BE is #040A41. Grayscale: #F0F0F0. Windows color (decimal): -264770 or 12514811. OLE color: 12514811.

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

Color convert

RGB251245190-
CMYK00.020.240.02
HSL54.1º88.41%86.47%-
HSV(B)54.1º24.3%98.43%-
XYZ81.7389.5361.69-
YUV240.5299.49135.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 190 (74.61% from 255) = 27.70%
R=36.59%
G=35.71%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124519000.020.240.0254.188.4186.47
HexFBF5BE02182365856
Octal3733652760230266130126
Binary111110111111010110111110010110001011011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5BE; }

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

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

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

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

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

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

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

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