Html Css Color HEX #FEF2B9 Corn Field

📋 copy color: '#FEF2B9'

red 254 ◦ green 242 ◦ blue 185

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

Shades of Corn Field #FEF2B9

Tints of Corn Field #FEF2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 27.17%

R = 37.3%
G = 35.54%
B = 27.17%

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

#FEF2B9 (or 0xFEF2B9) is known color: Corn Field. HEX triplet: FE, F2 and B9. RGB value is (254,242,185). Sum of RGB (Red+Green+Blue) = 254+242+185=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 185 (72.66% from 255 or 27.17% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2B9 is #010D46. Grayscale: #EFEFEF. Windows color (decimal): -68935 or 12186366. OLE color: 12186366.

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

Color convert

RGB 254 242 185 -
CMYK 0 0.05 0.27 0.00
HSL 49.57º 0.97% 0.86% -
HSV(B) 49.57º 0.27% 1% -
XYZ 81.38 88.08 58.61 -
YUV 239.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 254 242 185 0 0.05 0.27 0.00 49.57 0.97 0.86
Hex FE F2 B9 0 5 1B 0 32 61 56
Octal 376 362 271 0 5 33 0 62 141 126
Binary 11111110 11110010 10111001 0 101 11011 0 110010 1100001 1010110

Color Harmonies of #FEF2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2B9

Black with #FEF2B9

Text Example


Text Example

White with #FEF2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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