#FAEF8D

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

Shades of Milan #FAEF8D

Tints of Milan #FAEF8D

Color information

#FAEF8D (or 0xFAEF8D) is unknown color: approx Milan. HEX triplet: FA, EF and 8D. RGB value is (250,239,141). Sum of RGB (Red+Green+Blue) = 250+239+141=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEF8D is #051072. Grayscale: #E7E7E7. Windows color (decimal): -331891 or 9302010. OLE color: 9302010.

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

Color convert

RGB250239141-
CMYK00.040.440.02
HSL53.94º91.6%76.67%-
HSV(B)53.94º43.6%98.04%-
XYZ75.183.9837.45-
YUV231.1277.14141.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 141 (55.47% from 255) = 22.38%
R=39.68%
G=37.94%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023914100.040.440.0253.9491.676.67
HexFAEF8D042C2365c4d
Octal3723572150454266134115
Binary11111010111011111000110101001011001011011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEF8D; }

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

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

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

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

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

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

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

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