#FBF4B7

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

Shades of Corn Field #FBF4B7

Tints of Corn Field #FBF4B7

Color information

#FBF4B7 (or 0xFBF4B7) is unknown color: approx Corn Field. HEX triplet: FB, F4 and B7. RGB value is (251,244,183). Sum of RGB (Red+Green+Blue) = 251+244+183=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 183 (71.88% from 255 or 26.99% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4B7 is #040B48. Grayscale: #EFEFEF. Windows color (decimal): -265033 or 12055803. OLE color: 12055803.

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

Color convert

RGB251244183-
CMYK00.030.270.02
HSL53.82º89.47%85.1%-
HSV(B)53.82º27.09%98.43%-
XYZ80.6888.6357.65-
YUV239.1496.32136.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 244 (95.70% from 255) = 35.99%
BLUE value IS 183 (71.88% from 255) = 26.99%
R=37.02%
G=35.99%
B=26.99%

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
Decimal25124418300.030.270.0253.8289.4785.1
HexFBF4B7031B2365955
Octal3733642670333266131125
Binary111110111111010010110111011110111011011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4B7; }

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

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

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

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

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

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

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

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