#FBF3B7

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

Shades of Corn Field #FBF3B7

Tints of Corn Field #FBF3B7

Color information

#FBF3B7 (or 0xFBF3B7) is unknown color: approx Corn Field. HEX triplet: FB, F3 and B7. RGB value is (251,243,183). Sum of RGB (Red+Green+Blue) = 251+243+183=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 183 (71.88% from 255 or 27.03% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3B7 is #040C48. Grayscale: #EEEEEE. Windows color (decimal): -265289 or 12055547. OLE color: 12055547.

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

Color convert

RGB251243183-
CMYK00.030.270.02
HSL52.94º89.47%85.1%-
HSV(B)52.94º27.09%98.43%-
XYZ80.3888.0357.55-
YUV238.5596.65136.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 243 (95.31% from 255) = 35.89%
BLUE value IS 183 (71.88% from 255) = 27.03%
R=37.08%
G=35.89%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124318300.030.270.0252.9489.4785.1
HexFBF3B7031B2355955
Octal3733632670333265131125
Binary111110111111001110110111011110111011010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3B7; }

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

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

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

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

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

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

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

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