#FFFBBD

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

Shades of Corn Field #FFFBBD

Tints of Corn Field #FFFBBD

Color information

#FFFBBD (or 0xFFFBBD) is unknown color: approx Corn Field. HEX triplet: FF, FB and BD. RGB value is (255,251,189). Sum of RGB (Red+Green+Blue) = 255+251+189=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 189 (74.22% from 255 or 27.19% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBBD is #000442. Grayscale: #F5F5F5. Windows color (decimal): -1091 or 12450815. OLE color: 12450815.

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

Color convert

RGB255251189-
CMYK00.020.260
HSL56.36º100%87.06%-
HSV(B)56.36º25.88%100%-
XYZ84.9293.9361.8-
YUV245.1396.33135.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 189 (74.22% from 255) = 27.19%
R=36.69%
G=36.12%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525118900.020.26056.3610087.06
HexFFFBBD021A0386457
Octal3773732750232070144127
Binary11111111111110111011110101011010011100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBBD; }

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

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

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

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

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

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

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

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