#FBF3BB

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

Shades of Corn Field #FBF3BB

Tints of Corn Field #FBF3BB

Color information

#FBF3BB (or 0xFBF3BB) is unknown color: approx Corn Field. HEX triplet: FB, F3 and BB. RGB value is (251,243,187). Sum of RGB (Red+Green+Blue) = 251+243+187=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3BB is #040C44. Grayscale: #EFEFEF. Windows color (decimal): -265285 or 12317691. OLE color: 12317691.

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

Color convert

RGB251243187-
CMYK00.030.250.02
HSL52.5º88.89%85.88%-
HSV(B)52.5º25.5%98.43%-
XYZ80.888.259.78-
YUV239.0198.65136.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 187 (73.44% from 255) = 27.46%
R=36.86%
G=35.68%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124318700.030.250.0252.588.8985.88
HexFBF3BB03192345956
Octal3733632730331264131126
Binary111110111111001110111011011110011011010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3BB; }

 p { color: rgb(251,243,187); }

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

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

 a { background-color: rgb(251,243,187); }

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

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

 span { border-color: rgb(251,243,187); }

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