Html Css Color HEX #FEFAC3 Corn Field

📋 copy color: '#FEFAC3'

red 254 ◦ green 250 ◦ blue 195

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

Shades of Corn Field #FEFAC3

Tints of Corn Field #FEFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 27.9%

R = 36.34%
G = 35.77%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEFAC3 (or 0xFEFAC3) is known color: Corn Field. HEX triplet: FE, FA and C3. RGB value is (254,250,195). Sum of RGB (Red+Green+Blue) = 254+250+195=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 195 (76.56% from 255 or 27.90% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAC3 is #01053C. Grayscale: #F5F5F5. Windows color (decimal): -66877 or 12843774. OLE color: 12843774.

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

Color convert

RGB 254 250 195 -
CMYK 0 0.02 0.23 0.00
HSL 55.93º 0.97% 0.88% -
HSV(B) 55.93º 0.23% 1% -
XYZ 84.91 93.38 65.18 -
YUV 244.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 254 250 195 0 0.02 0.23 0.00 55.93 0.97 0.88
Hex FE FA C3 0 2 17 0 38 61 58
Octal 376 372 303 0 2 27 0 70 141 130
Binary 11111110 11111010 11000011 0 10 10111 0 111000 1100001 1011000

Color Harmonies of #FEFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAC3

Black with #FEFAC3

Text Example


Text Example

White with #FEFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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