#FBF2BC

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

Shades of Corn Field #FBF2BC

Tints of Corn Field #FBF2BC

Color information

#FBF2BC (or 0xFBF2BC) is unknown color: approx Corn Field. HEX triplet: FB, F2 and BC. RGB value is (251,242,188). Sum of RGB (Red+Green+Blue) = 251+242+188=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 188 (73.83% from 255 or 27.61% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2BC is #040D43. Grayscale: #EEEEEE. Windows color (decimal): -265540 or 12382971. OLE color: 12382971.

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

Color convert

RGB251242188-
CMYK00.040.250.02
HSL51.43º88.73%86.08%-
HSV(B)51.43º25.1%98.43%-
XYZ80.6187.6460.25-
YUV238.5499.48136.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 188 (73.83% from 255) = 27.61%
R=36.86%
G=35.54%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124218800.040.250.0251.4388.7386.08
HexFBF2BC04192335956
Octal3733622740431263131126
Binary1111101111110010101111000100110011011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2BC; }

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

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

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

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

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

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

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

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