#FBF4BC

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

Shades of Corn Field #FBF4BC

Tints of Corn Field #FBF4BC

Color information

#FBF4BC (or 0xFBF4BC) is unknown color: approx Corn Field. HEX triplet: FB, F4 and BC. RGB value is (251,244,188). Sum of RGB (Red+Green+Blue) = 251+244+188=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 188 (73.83% from 255 or 27.53% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4BC is #040B43. Grayscale: #EFEFEF. Windows color (decimal): -265028 or 12383483. OLE color: 12383483.

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

Color convert

RGB251244188-
CMYK00.030.250.02
HSL53.33º88.73%86.08%-
HSV(B)53.33º25.1%98.43%-
XYZ81.2188.8460.44-
YUV239.7198.82136.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 188 (73.83% from 255) = 27.53%
R=36.75%
G=35.72%
B=27.53%

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
Decimal25124418800.030.250.0253.3388.7386.08
HexFBF4BC03192355956
Octal3733642740331265131126
Binary111110111111010010111100011110011011010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4BC; }

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

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

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

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

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

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

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

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