Html Css Color HEX #FDF4C0 Corn Field

📋 copy color: '#FDF4C0'

red 253 ◦ green 244 ◦ blue 192

#FDF4C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Field #FDF4C0

Tints of Corn Field #FDF4C0

RGB

 RED value IS 253 (99.22% from 255) = 36.72%

 GREEN value IS 244 (95.7% from 255) = 35.41%

 BLUE value IS 192 (75.39% from 255) = 27.87%

R = 36.72%
G = 35.41%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDF4C0 (or 0xFDF4C0) is known color: Corn Field. HEX triplet: FD, F4 and C0. RGB value is (253,244,192). Sum of RGB (Red+Green+Blue) = 253+244+192=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 192 (75.39% from 255 or 27.87% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4C0 is #020B3F. Grayscale: #F0F0F0. Windows color (decimal): -133952 or 12645629. OLE color: 12645629.

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

Color convert

RGB 253 244 192 -
CMYK 0 0.04 0.24 0.01
HSL 51.15º 0.94% 0.87% -
HSV(B) 51.15º 0.24% 0.99% -
XYZ 82.37 89.39 62.78 -
YUV 240.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 253 244 192 0 0.04 0.24 0.01 51.15 0.94 0.87
Hex FD F4 C0 0 4 18 1 33 5E 57
Octal 375 364 300 0 4 30 1 63 136 127
Binary 11111101 11110100 11000000 0 100 11000 1 110011 1011110 1010111

Color Harmonies of #FDF4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4C0

Black with #FDF4C0

Text Example


Text Example

White with #FDF4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4C0; }

 p { color: rgb(253,244,192); }

 H1.HeaderClassName
 {
   color: #FDF4C0;
 }
 .AnyTagClassName
 {
   color: #FDF4C0;
 }
</style>

background-color css

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

 a { background-color: rgb(253,244,192); }

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

border-color css

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

 span { border-color: rgb(253,244,192); }

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