#FDF3BB

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

Shades of Corn Field #FDF3BB

Tints of Corn Field #FDF3BB

Color information

#FDF3BB (or 0xFDF3BB) is unknown color: approx Corn Field. HEX triplet: FD, F3 and BB. RGB value is (253,243,187). Sum of RGB (Red+Green+Blue) = 253+243+187=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3BB is #020C44. Grayscale: #EFEFEF. Windows color (decimal): -134213 or 12317693. OLE color: 12317693.

HSL color Cylindrical-coordinate representation of color #FDF3BB: hue angle of 50.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDF3BB is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253243187-
CMYK00.040.260.01
HSL50.91º94.29%86.27%-
HSV(B)50.91º26.09%99.22%-
XYZ81.5388.5759.81-
YUV239.6198.31137.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 187 (73.44% from 255) = 27.38%
R=37.04%
G=35.58%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324318700.040.260.0150.9194.2986.27
HexFDF3BB041A1335e56
Octal3753632730432163136126
Binary111111011111001110111011010011010111001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3BB; }

 p { color: rgb(253,243,187); }

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

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

 a { background-color: rgb(253,243,187); }

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

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

 span { border-color: rgb(253,243,187); }

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