Html Css Color HEX #F6F1BD Corn Field

📋 copy color: '#F6F1BD'

red 246 ◦ green 241 ◦ blue 189

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

Shades of Corn Field #F6F1BD

Tints of Corn Field #F6F1BD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.65%

 BLUE value IS 189 (74.22% from 255) = 27.96%

R = 36.39%
G = 35.65%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6F1BD (or 0xF6F1BD) is known color: Corn Field. HEX triplet: F6, F1 and BD. RGB value is (246,241,189). Sum of RGB (Red+Green+Blue) = 246+241+189=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F1BD is #090E42. Grayscale: #ECECEC. Windows color (decimal): -593475 or 12448246. OLE color: 12448246.

HSL color Cylindrical-coordinate representation of color #F6F1BD: hue angle of 54.74º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6F1BD is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 241 189 -
CMYK 0 0.02 0.23 0.04
HSL 54.74º 0.76% 0.85% -
HSV(B) 54.74º 0.23% 0.96% -
XYZ 78.65 86.18 60.63 -
YUV 236.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 246 241 189 0 0.02 0.23 0.04 54.74 0.76 0.85
Hex F6 F1 BD 0 2 17 4 37 4C 55
Octal 366 361 275 0 2 27 4 67 114 125
Binary 11110110 11110001 10111101 0 10 10111 100 110111 1001100 1010101

Color Harmonies of #F6F1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F1BD

Black with #F6F1BD

Text Example


Text Example

White with #F6F1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F1BD; }

 p { color: rgb(246,241,189); }

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

background-color css

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

 a { background-color: rgb(246,241,189); }

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

border-color css

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

 span { border-color: rgb(246,241,189); }

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