Html Css Color HEX #FEFAC2 Corn Field

📋 copy color: '#FEFAC2'

red 254 ◦ green 250 ◦ blue 194

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

Shades of Corn Field #FEFAC2

Tints of Corn Field #FEFAC2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.82%

 BLUE value IS 194 (76.17% from 255) = 27.79%

R = 36.39%
G = 35.82%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEFAC2 (or 0xFEFAC2) is known color: Corn Field. HEX triplet: FE, FA and C2. RGB value is (254,250,194). Sum of RGB (Red+Green+Blue) = 254+250+194=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 194 (76.17% from 255 or 27.79% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAC2 is #01053D. Grayscale: #F5F5F5. Windows color (decimal): -66878 or 12778238. OLE color: 12778238.

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

Color convert

RGB 254 250 194 -
CMYK 0 0.02 0.24 0.00
HSL 56º 0.97% 0.88% -
HSV(B) 56º 0.24% 1% -
XYZ 84.8 93.34 64.59 -
YUV 244.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 254 250 194 0 0.02 0.24 0.00 56 0.97 0.88
Hex FE FA C2 0 2 18 0 38 61 58
Octal 376 372 302 0 2 30 0 70 141 130
Binary 11111110 11111010 11000010 0 10 11000 0 111000 1100001 1011000

Color Harmonies of #FEFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAC2

Black with #FEFAC2

Text Example


Text Example

White with #FEFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAC2; }

 p { color: rgb(254,250,194); }

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

background-color css

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

 a { background-color: rgb(254,250,194); }

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

border-color css

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

 span { border-color: rgb(254,250,194); }

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