Html Css Color HEX #F6EDC2 Corn Field

📋 copy color: '#F6EDC2'

red 246 ◦ green 237 ◦ blue 194

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

Shades of Corn Field #F6EDC2

Tints of Corn Field #F6EDC2

RGB

 RED value IS 246 (96.48% from 255) = 36.34%

 GREEN value IS 237 (92.97% from 255) = 35.01%

 BLUE value IS 194 (76.17% from 255) = 28.66%

R = 36.34%
G = 35.01%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6EDC2 (or 0xF6EDC2) is known color: Corn Field. HEX triplet: F6, ED and C2. RGB value is (246,237,194). Sum of RGB (Red+Green+Blue) = 246+237+194=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDC2 is #09123D. Grayscale: #EAEAEA. Windows color (decimal): -594494 or 12774902. OLE color: 12774902.

HSL color Cylindrical-coordinate representation of color #F6EDC2: hue angle of 49.62º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6EDC2 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 237 194 -
CMYK 0 0.04 0.21 0.04
HSL 49.62º 0.74% 0.86% -
HSV(B) 49.62º 0.21% 0.96% -
XYZ 78.03 84.06 63.15 -
YUV 234.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 246 237 194 0 0.04 0.21 0.04 49.62 0.74 0.86
Hex F6 ED C2 0 4 15 4 32 4A 56
Octal 366 355 302 0 4 25 4 62 112 126
Binary 11110110 11101101 11000010 0 100 10101 100 110010 1001010 1010110

Color Harmonies of #F6EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDC2

Black with #F6EDC2

Text Example


Text Example

White with #F6EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDC2; }

 p { color: rgb(246,237,194); }

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

background-color css

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

 a { background-color: rgb(246,237,194); }

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

border-color css

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

 span { border-color: rgb(246,237,194); }

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