#FDF3C1

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

Shades of Corn Field #FDF3C1

Tints of Corn Field #FDF3C1

Color information

#FDF3C1 (or 0xFDF3C1) is unknown color: approx Corn Field. HEX triplet: FD, F3 and C1. RGB value is (253,243,193). Sum of RGB (Red+Green+Blue) = 253+243+193=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 193 (75.78% from 255 or 28.01% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3C1 is #020C3E. Grayscale: #F0F0F0. Windows color (decimal): -134207 or 12710909. OLE color: 12710909.

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

Color convert

RGB253243193-
CMYK00.040.240.01
HSL50º93.75%87.45%-
HSV(B)50º23.72%99.22%-
XYZ82.1888.8363.27-
YUV240.29101.31137.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 243 (95.31% from 255) = 35.27%
BLUE value IS 193 (75.78% from 255) = 28.01%
R=36.72%
G=35.27%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324319300.040.240.015093.7587.45
HexFDF3C104181325e57
Octal3753633010430162136127
Binary111111011111001111000001010011000111001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3C1; }

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

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

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

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

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

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

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

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