Html Css Color HEX #FEF6BE Corn Field

📋 copy color: '#FEF6BE'

red 254 ◦ green 246 ◦ blue 190

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

Shades of Corn Field #FEF6BE

Tints of Corn Field #FEF6BE

RGB

 RED value IS 254 (99.61% from 255) = 36.81%

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

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

R = 36.81%
G = 35.65%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEF6BE (or 0xFEF6BE) is known color: Corn Field. HEX triplet: FE, F6 and BE. RGB value is (254,246,190). Sum of RGB (Red+Green+Blue) = 254+246+190=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 190 (74.61% from 255 or 27.54% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BE is #010941. Grayscale: #F2F2F2. Windows color (decimal): -67906 or 12515070. OLE color: 12515070.

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

Color convert

RGB 254 246 190 -
CMYK 0 0.03 0.25 0.00
HSL 52.5º 0.97% 0.87% -
HSV(B) 52.5º 0.25% 1% -
XYZ 83.12 90.7 61.84 -
YUV 242.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 254 246 190 0 0.03 0.25 0.00 52.5 0.97 0.87
Hex FE F6 BE 0 3 19 0 34 61 57
Octal 376 366 276 0 3 31 0 64 141 127
Binary 11111110 11110110 10111110 0 11 11001 0 110100 1100001 1010111

Color Harmonies of #FEF6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6BE

Black with #FEF6BE

Text Example


Text Example

White with #FEF6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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