#FFF4BD

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

Shades of Corn Field #FFF4BD

Tints of Corn Field #FFF4BD

Color information

#FFF4BD (or 0xFFF4BD) is unknown color: approx Corn Field. HEX triplet: FF, F4 and BD. RGB value is (255,244,189). Sum of RGB (Red+Green+Blue) = 255+244+189=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 189 (74.22% from 255 or 27.47% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4BD is #000B42. Grayscale: #F1F1F1. Windows color (decimal): -2883 or 12449023. OLE color: 12449023.

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

Color convert

RGB255244189-
CMYK00.040.260
HSL50º100%87.06%-
HSV(B)50º25.88%100%-
XYZ82.7889.6461.08-
YUV241.0298.64137.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 244 (95.70% from 255) = 35.47%
BLUE value IS 189 (74.22% from 255) = 27.47%
R=37.06%
G=35.47%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524418900.040.2605010087.06
HexFFF4BD041A0326457
Octal3773642750432062144127
Binary111111111111010010111101010011010011001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4BD; }

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

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

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

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

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

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

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

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