#FBF2B6

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

Shades of Corn Field #FBF2B6

Tints of Corn Field #FBF2B6

Color information

#FBF2B6 (or 0xFBF2B6) is unknown color: approx Corn Field. HEX triplet: FB, F2 and B6. RGB value is (251,242,182). Sum of RGB (Red+Green+Blue) = 251+242+182=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 182 (71.48% from 255 or 26.96% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2B6 is #040D49. Grayscale: #EEEEEE. Windows color (decimal): -265546 or 11989755. OLE color: 11989755.

HSL color Cylindrical-coordinate representation of color #FBF2B6: hue angle of 52.17º degrees, saturation: 0.9, 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 #FBF2B6 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251242182-
CMYK00.040.270.02
HSL52.17º89.61%84.9%-
HSV(B)52.17º27.49%98.43%-
XYZ79.9887.3956.91-
YUV237.8596.48137.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 242 (94.92% from 255) = 35.85%
BLUE value IS 182 (71.48% from 255) = 26.96%
R=37.19%
G=35.85%
B=26.96%

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
Decimal25124218200.040.270.0252.1789.6184.9
HexFBF2B6041B2345a55
Octal3733622660433264132125
Binary1111101111110010101101100100110111011010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2B6; }

 p { color: rgb(251,242,182); }

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

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

 a { background-color: rgb(251,242,182); }

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

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

 span { border-color: rgb(251,242,182); }

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