Html Css Color HEX #FEF4BE Corn Field

📋 copy color: '#FEF4BE'

red 254 ◦ green 244 ◦ blue 190

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

Shades of Corn Field #FEF4BE

Tints of Corn Field #FEF4BE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.47%

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

R = 36.92%
G = 35.47%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEF4BE (or 0xFEF4BE) is known color: Corn Field. HEX triplet: FE, F4 and BE. RGB value is (254,244,190). Sum of RGB (Red+Green+Blue) = 254+244+190=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 190 (74.61% from 255 or 27.62% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4BE is #010B41. Grayscale: #F1F1F1. Windows color (decimal): -68418 or 12514558. OLE color: 12514558.

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

Color convert

RGB 254 244 190 -
CMYK 0 0.04 0.25 0.00
HSL 50.63º 0.97% 0.87% -
HSV(B) 50.63º 0.25% 1% -
XYZ 82.52 89.49 61.64 -
YUV 240.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 254 244 190 0 0.04 0.25 0.00 50.63 0.97 0.87
Hex FE F4 BE 0 4 19 0 33 61 57
Octal 376 364 276 0 4 31 0 63 141 127
Binary 11111110 11110100 10111110 0 100 11001 0 110011 1100001 1010111

Color Harmonies of #FEF4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4BE

Black with #FEF4BE

Text Example


Text Example

White with #FEF4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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