Html Css Color HEX #FEF6BD Corn Field

📋 copy color: '#FEF6BD'

red 254 ◦ green 246 ◦ blue 189

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

Shades of Corn Field #FEF6BD

Tints of Corn Field #FEF6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.43%

R = 36.87%
G = 35.7%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEF6BD (or 0xFEF6BD) is known color: Corn Field. HEX triplet: FE, F6 and BD. RGB value is (254,246,189). Sum of RGB (Red+Green+Blue) = 254+246+189=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 189 (74.22% from 255 or 27.43% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BD is #010942. Grayscale: #F2F2F2. Windows color (decimal): -67907 or 12449534. OLE color: 12449534.

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

Color convert

RGB 254 246 189 -
CMYK 0 0.03 0.26 0.00
HSL 52.62º 0.97% 0.87% -
HSV(B) 52.62º 0.26% 1% -
XYZ 83.01 90.66 61.27 -
YUV 241.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 254 246 189 0 0.03 0.26 0.00 52.62 0.97 0.87
Hex FE F6 BD 0 3 1A 0 35 61 57
Octal 376 366 275 0 3 32 0 65 141 127
Binary 11111110 11110110 10111101 0 11 11010 0 110101 1100001 1010111

Color Harmonies of #FEF6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6BD

Black with #FEF6BD

Text Example


Text Example

White with #FEF6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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