#FBF4BF

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

Shades of Corn Field #FBF4BF

Tints of Corn Field #FBF4BF

Color information

#FBF4BF (or 0xFBF4BF) is unknown color: approx Corn Field. HEX triplet: FB, F4 and BF. RGB value is (251,244,191). Sum of RGB (Red+Green+Blue) = 251+244+191=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4BF is #040B40. Grayscale: #F0F0F0. Windows color (decimal): -265025 or 12580091. OLE color: 12580091.

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

Color convert

RGB251244191-
CMYK00.030.240.02
HSL53º88.24%86.67%-
HSV(B)53º23.9%98.43%-
XYZ81.5488.9762.17-
YUV240.05100.32135.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 244 (95.70% from 255) = 35.57%
BLUE value IS 191 (75% from 255) = 27.84%
R=36.59%
G=35.57%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124419100.030.240.025388.2486.67
HexFBF4BF03182355857
Octal3733642770330265130127
Binary111110111111010010111111011110001011010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4BF; }

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

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

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

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

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

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

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

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