Html Css Color HEX #FEFBC0 Corn Field

📋 copy color: '#FEFBC0'

red 254 ◦ green 251 ◦ blue 192

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

Shades of Corn Field #FEFBC0

Tints of Corn Field #FEFBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.01%

 BLUE value IS 192 (75.39% from 255) = 27.55%

R = 36.44%
G = 36.01%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEFBC0 (or 0xFEFBC0) is known color: Corn Field. HEX triplet: FE, FB and C0. RGB value is (254,251,192). Sum of RGB (Red+Green+Blue) = 254+251+192=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 192 (75.39% from 255 or 27.55% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBC0 is #01043F. Grayscale: #F5F5F5. Windows color (decimal): -66624 or 12647422. OLE color: 12647422.

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

Color convert

RGB 254 251 192 -
CMYK 0 0.01 0.24 0.00
HSL 57.1º 0.97% 0.87% -
HSV(B) 57.1º 0.24% 1% -
XYZ 84.88 93.87 63.51 -
YUV 245.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 254 251 192 0 0.01 0.24 0.00 57.1 0.97 0.87
Hex FE FB C0 0 1 18 0 39 61 57
Octal 376 373 300 0 1 30 0 71 141 127
Binary 11111110 11111011 11000000 0 1 11000 0 111001 1100001 1010111

Color Harmonies of #FEFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBC0

Black with #FEFBC0

Text Example


Text Example

White with #FEFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBC0; }

 p { color: rgb(254,251,192); }

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

background-color css

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

 a { background-color: rgb(254,251,192); }

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

border-color css

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

 span { border-color: rgb(254,251,192); }

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