Html Css Color HEX #FFF6BE Corn Field

📋 copy color: '#FFF6BE'

red 255 ◦ green 246 ◦ blue 190

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

Shades of Corn Field #FFF6BE

Tints of Corn Field #FFF6BE

RGB

 RED value IS 255 (100% from 255) = 36.9%

 GREEN value IS 246 (96.48% from 255) = 35.6%

 BLUE value IS 190 (74.61% from 255) = 27.5%

R = 36.9%
G = 35.6%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFF6BE (or 0xFFF6BE) is known color: Corn Field. HEX triplet: FF, F6 and BE. RGB value is (255,246,190). Sum of RGB (Red+Green+Blue) = 255+246+190=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 190 (74.61% from 255 or 27.50% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BE is #000941. Grayscale: #F2F2F2. Windows color (decimal): -2370 or 12515071. OLE color: 12515071.

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

Color convert

RGB 255 246 190 -
CMYK 0 0.04 0.25 0
HSL 51.69º 1% 0.87% -
HSV(B) 51.69º 0.25% 1% -
XYZ 83.49 90.89 61.86 -
YUV 242.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 255 246 190 0 0.04 0.25 0 51.69 1 0.87
Hex FF F6 BE 0 4 19 0 34 64 57
Octal 377 366 276 0 4 31 0 64 144 127
Binary 11111111 11110110 10111110 0 100 11001 0 110100 1100100 1010111

Color Harmonies of #FFF6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6BE

Black with #FFF6BE

Text Example


Text Example

White with #FFF6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6BE; }

 p { color: rgb(255,246,190); }

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

background-color css

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

 a { background-color: rgb(255,246,190); }

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

border-color css

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

 span { border-color: rgb(255,246,190); }

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