#FFF5BB

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

Shades of Corn Field #FFF5BB

Tints of Corn Field #FFF5BB

Color information

#FFF5BB (or 0xFFF5BB) is unknown color: approx Corn Field. HEX triplet: FF, F5 and BB. RGB value is (255,245,187). Sum of RGB (Red+Green+Blue) = 255+245+187=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 187 (73.44% from 255 or 27.22% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5BB is #000A44. Grayscale: #F1F1F1. Windows color (decimal): -2629 or 12318207. OLE color: 12318207.

HSL color Cylindrical-coordinate representation of color #FFF5BB: hue angle of 51.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF5BB is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255245187-
CMYK00.040.270
HSL51.18º100%86.67%-
HSV(B)51.18º26.67%100%-
XYZ82.8690.1560.05-
YUV241.3897.31137.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 245 (96.09% from 255) = 35.66%
BLUE value IS 187 (73.44% from 255) = 27.22%
R=37.12%
G=35.66%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524518700.040.27051.1810086.67
HexFFF5BB041B0336457
Octal3773652730433063144127
Binary111111111111010110111011010011011011001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5BB; }

 p { color: rgb(255,245,187); }

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

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

 a { background-color: rgb(255,245,187); }

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

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

 span { border-color: rgb(255,245,187); }

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