Html Css Color HEX #FEF5BD Corn Field

📋 copy color: '#FEF5BD'

red 254 ◦ green 245 ◦ blue 189

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

Shades of Corn Field #FEF5BD

Tints of Corn Field #FEF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.61%

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

R = 36.92%
G = 35.61%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEF5BD (or 0xFEF5BD) is known color: Corn Field. HEX triplet: FE, F5 and BD. RGB value is (254,245,189). Sum of RGB (Red+Green+Blue) = 254+245+189=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 189 (74.22% from 255 or 27.47% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5BD is #010A42. Grayscale: #F1F1F1. Windows color (decimal): -68163 or 12449278. OLE color: 12449278.

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

Color convert

RGB 254 245 189 -
CMYK 0 0.04 0.26 0.00
HSL 51.69º 0.97% 0.87% -
HSV(B) 51.69º 0.26% 1% -
XYZ 82.71 90.05 61.17 -
YUV 241.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 254 245 189 0 0.04 0.26 0.00 51.69 0.97 0.87
Hex FE F5 BD 0 4 1A 0 34 61 57
Octal 376 365 275 0 4 32 0 64 141 127
Binary 11111110 11110101 10111101 0 100 11010 0 110100 1100001 1010111

Color Harmonies of #FEF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5BD

Black with #FEF5BD

Text Example


Text Example

White with #FEF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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