#FBF2BF

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

Shades of Corn Field #FBF2BF

Tints of Corn Field #FBF2BF

Color information

#FBF2BF (or 0xFBF2BF) is unknown color: approx Corn Field. HEX triplet: FB, F2 and BF. RGB value is (251,242,191). Sum of RGB (Red+Green+Blue) = 251+242+191=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2BF is #040D40. Grayscale: #EFEFEF. Windows color (decimal): -265537 or 12579579. OLE color: 12579579.

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

Color convert

RGB251242191-
CMYK00.040.240.02
HSL51º88.24%86.67%-
HSV(B)51º23.9%98.43%-
XYZ80.9487.7861.97-
YUV238.88100.98136.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 191 (75% from 255) = 27.92%
R=36.70%
G=35.38%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124219100.040.240.025188.2486.67
HexFBF2BF04182335857
Octal3733622770430263130127
Binary1111101111110010101111110100110001011001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2BF; }

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

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

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

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

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

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

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

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