#FEFA8D

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

Shades of Milan #FEFA8D

Tints of Milan #FEFA8D

Color information

#FEFA8D (or 0xFEFA8D) is unknown color: approx Milan. HEX triplet: FE, FA and 8D. RGB value is (254,250,141). Sum of RGB (Red+Green+Blue) = 254+250+141=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 141 (55.47% from 255 or 21.86% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA8D is #010572. Grayscale: #EFEFEF. Windows color (decimal): -66931 or 9304830. OLE color: 9304830.

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

Color convert

RGB254250141-
CMYK00.020.440.00
HSL57.88º98.26%77.45%-
HSV(B)57.88º44.49%99.61%-
XYZ79.8791.3738.63-
YUV238.7772.83138.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 141 (55.47% from 255) = 21.86%
R=39.38%
G=38.76%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425014100.020.440.0057.8898.2677.45
HexFEFA8D022C03a624d
Octal3763722150254072142115
Binary111111101111101010001101010101100011101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA8D; }

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

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

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

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

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

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

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

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