#FFFABD

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

Shades of Corn Field #FFFABD

Tints of Corn Field #FFFABD

Color information

#FFFABD (or 0xFFFABD) is unknown color: approx Corn Field. HEX triplet: FF, FA and BD. RGB value is (255,250,189). Sum of RGB (Red+Green+Blue) = 255+250+189=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 189 (74.22% from 255 or 27.23% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFABD is #000542. Grayscale: #F4F4F4. Windows color (decimal): -1347 or 12450559. OLE color: 12450559.

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

Color convert

RGB255250189-
CMYK00.020.260
HSL55.45º100%87.06%-
HSV(B)55.45º25.88%100%-
XYZ84.6193.3161.69-
YUV244.5496.66135.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 189 (74.22% from 255) = 27.23%
R=36.74%
G=36.02%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525018900.020.26055.4510087.06
HexFFFABD021A0376457
Octal3773722750232067144127
Binary11111111111110101011110101011010011011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFABD; }

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

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

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

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

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

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

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

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