Html Css Color HEX #FEF6B9 Corn Field

📋 copy color: '#FEF6B9'

red 254 ◦ green 246 ◦ blue 185

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

Shades of Corn Field #FEF6B9

Tints of Corn Field #FEF6B9

RGB

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

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

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

R = 37.08%
G = 35.91%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEF6B9 (or 0xFEF6B9) is known color: Corn Field. HEX triplet: FE, F6 and B9. RGB value is (254,246,185). Sum of RGB (Red+Green+Blue) = 254+246+185=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 185 (72.66% from 255 or 27.01% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6B9 is #010946. Grayscale: #F1F1F1. Windows color (decimal): -67911 or 12187390. OLE color: 12187390.

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

Color convert

RGB 254 246 185 -
CMYK 0 0.03 0.27 0.00
HSL 53.04º 0.97% 0.86% -
HSV(B) 53.04º 0.27% 1% -
XYZ 82.59 90.49 59.01 -
YUV 241.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 254 246 185 0 0.03 0.27 0.00 53.04 0.97 0.86
Hex FE F6 B9 0 3 1B 0 35 61 56
Octal 376 366 271 0 3 33 0 65 141 126
Binary 11111110 11110110 10111001 0 11 11011 0 110101 1100001 1010110

Color Harmonies of #FEF6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6B9

Black with #FEF6B9

Text Example


Text Example

White with #FEF6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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