#fefa8c

Color #FEFA8C Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #FEFA8C

Tints of Milan #FEFA8C

Color information

#FEFA8C (or 0xFEFA8C) is unknown color: approx Milan. HEX triplet: FE, FA and 8C. RGB value is (254,250,140). Sum of RGB (Red+Green+Blue) = 254+250+140=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 140 (55.08% from 255 or 21.74% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA8C is #010573. Grayscale: #EFEFEF. Windows color (decimal): -66932 or 9239294. OLE color: 9239294.

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

Color convert

RGB254250140-
CMYK00.020.450.00
HSL57.89º98.28%77.25%-
HSV(B)57.89º44.88%99.61%-
XYZ79.7991.3438.23-
YUV238.6672.33138.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 140 (55.08% from 255) = 21.74%
R=39.44%
G=38.82%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425014000.020.450.0057.8998.2877.25
HexFEFA8C022D03a624d
Octal3763722140255072142115
Binary111111101111101010001100010101101011101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fefa8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fefa8c; }

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

 H1.HeaderClassName
 {
   color: #fefa8c;
 }
 .AnyTagClassName
 {
   color: #fefa8c;
 }
</style>
background-color css

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

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

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

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

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

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