Html Css Color HEX #FEF8BE Corn Field

📋 copy color: '#FEF8BE'

red 254 ◦ green 248 ◦ blue 190

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

Shades of Corn Field #FEF8BE

Tints of Corn Field #FEF8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.84%

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

R = 36.71%
G = 35.84%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEF8BE (or 0xFEF8BE) is known color: Corn Field. HEX triplet: FE, F8 and BE. RGB value is (254,248,190). Sum of RGB (Red+Green+Blue) = 254+248+190=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 190 (74.61% from 255 or 27.46% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8BE is #010741. Grayscale: #F3F3F3. Windows color (decimal): -67394 or 12515582. OLE color: 12515582.

HSL color Cylindrical-coordinate representation of color #FEF8BE: hue angle of 54.38º 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 #FEF8BE is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 190 -
CMYK 0 0.02 0.25 0.00
HSL 54.38º 0.97% 0.87% -
HSV(B) 54.38º 0.25% 1% -
XYZ 83.73 91.92 62.04 -
YUV 243.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 254 248 190 0 0.02 0.25 0.00 54.38 0.97 0.87
Hex FE F8 BE 0 2 19 0 36 61 57
Octal 376 370 276 0 2 31 0 66 141 127
Binary 11111110 11111000 10111110 0 10 11001 0 110110 1100001 1010111

Color Harmonies of #FEF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8BE

Black with #FEF8BE

Text Example


Text Example

White with #FEF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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