Html Css Color HEX #FEF2BA Corn Field

📋 copy color: '#FEF2BA'

red 254 ◦ green 242 ◦ blue 186

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

Shades of Corn Field #FEF2BA

Tints of Corn Field #FEF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.48%

 BLUE value IS 186 (73.05% from 255) = 27.27%

R = 37.24%
G = 35.48%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEF2BA (or 0xFEF2BA) is known color: Corn Field. HEX triplet: FE, F2 and BA. RGB value is (254,242,186). Sum of RGB (Red+Green+Blue) = 254+242+186=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BA is #010D45. Grayscale: #EFEFEF. Windows color (decimal): -68934 or 12251902. OLE color: 12251902.

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

Color convert

RGB 254 242 186 -
CMYK 0 0.05 0.27 0.00
HSL 49.41º 0.97% 0.86% -
HSV(B) 49.41º 0.27% 1% -
XYZ 81.49 88.12 59.17 -
YUV 239.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 254 242 186 0 0.05 0.27 0.00 49.41 0.97 0.86
Hex FE F2 BA 0 5 1B 0 31 61 56
Octal 376 362 272 0 5 33 0 61 141 126
Binary 11111110 11110010 10111010 0 101 11011 0 110001 1100001 1010110

Color Harmonies of #FEF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2BA

Black with #FEF2BA

Text Example


Text Example

White with #FEF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2BA; }

 p { color: rgb(254,242,186); }

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

background-color css

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

 a { background-color: rgb(254,242,186); }

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

border-color css

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

 span { border-color: rgb(254,242,186); }

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