Html Css Color HEX #FEFAC1 Corn Field

📋 copy color: '#FEFAC1'

red 254 ◦ green 250 ◦ blue 193

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

Shades of Corn Field #FEFAC1

Tints of Corn Field #FEFAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 27.69%

R = 36.44%
G = 35.87%
B = 27.69%

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

#FEFAC1 (or 0xFEFAC1) is known color: Corn Field. HEX triplet: FE, FA and C1. RGB value is (254,250,193). Sum of RGB (Red+Green+Blue) = 254+250+193=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 193 (75.78% from 255 or 27.69% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAC1 is #01053E. Grayscale: #F4F4F4. Windows color (decimal): -66879 or 12712702. OLE color: 12712702.

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

Color convert

RGB 254 250 193 -
CMYK 0 0.02 0.24 0.00
HSL 56.07º 0.97% 0.88% -
HSV(B) 56.07º 0.24% 1% -
XYZ 84.68 93.29 64 -
YUV 244.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 254 250 193 0 0.02 0.24 0.00 56.07 0.97 0.88
Hex FE FA C1 0 2 18 0 38 61 58
Octal 376 372 301 0 2 30 0 70 141 130
Binary 11111110 11111010 11000001 0 10 11000 0 111000 1100001 1011000

Color Harmonies of #FEFAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAC1

Black with #FEFAC1

Text Example


Text Example

White with #FEFAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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