#FBF5BC

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

Shades of Corn Field #FBF5BC

Tints of Corn Field #FBF5BC

Color information

#FBF5BC (or 0xFBF5BC) is unknown color: approx Corn Field. HEX triplet: FB, F5 and BC. RGB value is (251,245,188). Sum of RGB (Red+Green+Blue) = 251+245+188=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 188 (73.83% from 255 or 27.49% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5BC is #040A43. Grayscale: #F0F0F0. Windows color (decimal): -264772 or 12383739. OLE color: 12383739.

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

Color convert

RGB251245188-
CMYK00.020.250.02
HSL54.29º88.73%86.08%-
HSV(B)54.29º25.1%98.43%-
XYZ81.5189.4460.55-
YUV240.398.49135.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 188 (73.83% from 255) = 27.49%
R=36.70%
G=35.82%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124518800.020.250.0254.2988.7386.08
HexFBF5BC02192365956
Octal3733652740231266131126
Binary111110111111010110111100010110011011011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5BC; }

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

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

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

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

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

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

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

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