#FFF3BD

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

Shades of Corn Field #FFF3BD

Tints of Corn Field #FFF3BD

Color information

#FFF3BD (or 0xFFF3BD) is unknown color: approx Corn Field. HEX triplet: FF, F3 and BD. RGB value is (255,243,189). Sum of RGB (Red+Green+Blue) = 255+243+189=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 189 (74.22% from 255 or 27.51% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3BD is #000C42. Grayscale: #F0F0F0. Windows color (decimal): -3139 or 12448767. OLE color: 12448767.

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

Color convert

RGB255243189-
CMYK00.050.260
HSL49.09º100%87.06%-
HSV(B)49.09º25.88%100%-
XYZ82.4889.0460.98-
YUV240.4398.98138.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 243 (95.31% from 255) = 35.37%
BLUE value IS 189 (74.22% from 255) = 27.51%
R=37.12%
G=35.37%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524318900.050.26049.0910087.06
HexFFF3BD051A0316457
Octal3773632750532061144127
Binary111111111111001110111101010111010011000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3BD; }

 p { color: rgb(255,243,189); }

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

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

 a { background-color: rgb(255,243,189); }

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

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

 span { border-color: rgb(255,243,189); }

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