Html Css Color HEX #FEF6BF Corn Field

📋 copy color: '#FEF6BF'

red 254 ◦ green 246 ◦ blue 191

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

Shades of Corn Field #FEF6BF

Tints of Corn Field #FEF6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 27.64%

R = 36.76%
G = 35.6%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEF6BF (or 0xFEF6BF) is known color: Corn Field. HEX triplet: FE, F6 and BF. RGB value is (254,246,191). Sum of RGB (Red+Green+Blue) = 254+246+191=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BF is #010940. Grayscale: #F2F2F2. Windows color (decimal): -67905 or 12580606. OLE color: 12580606.

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

Color convert

RGB 254 246 191 -
CMYK 0 0.03 0.25 0.00
HSL 52.38º 0.97% 0.87% -
HSV(B) 52.38º 0.25% 1% -
XYZ 83.23 90.74 62.42 -
YUV 242.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 254 246 191 0 0.03 0.25 0.00 52.38 0.97 0.87
Hex FE F6 BF 0 3 19 0 34 61 57
Octal 376 366 277 0 3 31 0 64 141 127
Binary 11111110 11110110 10111111 0 11 11001 0 110100 1100001 1010111

Color Harmonies of #FEF6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6BF

Black with #FEF6BF

Text Example


Text Example

White with #FEF6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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