Html Css Color HEX #FDF4C6 Corn Field

📋 copy color: '#FDF4C6'

red 253 ◦ green 244 ◦ blue 198

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

Shades of Corn Field #FDF4C6

Tints of Corn Field #FDF4C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.49%

R = 36.4%
G = 35.11%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDF4C6 (or 0xFDF4C6) is known color: Corn Field. HEX triplet: FD, F4 and C6. RGB value is (253,244,198). Sum of RGB (Red+Green+Blue) = 253+244+198=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 198 (77.73% from 255 or 28.49% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4C6 is #020B39. Grayscale: #F1F1F1. Windows color (decimal): -133946 or 13038845. OLE color: 13038845.

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

Color convert

RGB 253 244 198 -
CMYK 0 0.04 0.22 0.01
HSL 50.18º 0.93% 0.88% -
HSV(B) 50.18º 0.22% 0.99% -
XYZ 83.05 89.66 66.36 -
YUV 241.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 253 244 198 0 0.04 0.22 0.01 50.18 0.93 0.88
Hex FD F4 C6 0 4 16 1 32 5D 58
Octal 375 364 306 0 4 26 1 62 135 130
Binary 11111101 11110100 11000110 0 100 10110 1 110010 1011101 1011000

Color Harmonies of #FDF4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4C6

Black with #FDF4C6

Text Example


Text Example

White with #FDF4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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