#FEFB8D

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

Shades of Milan #FEFB8D

Tints of Milan #FEFB8D

Color information

#FEFB8D (or 0xFEFB8D) is unknown color: approx Milan. HEX triplet: FE, FB and 8D. RGB value is (254,251,141). Sum of RGB (Red+Green+Blue) = 254+251+141=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 141 (55.47% from 255 or 21.83% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB8D is #010472. Grayscale: #EFEFEF. Windows color (decimal): -66675 or 9305086. OLE color: 9305086.

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

Color convert

RGB254251141-
CMYK00.010.440.00
HSL58.41º98.26%77.45%-
HSV(B)58.41º44.49%99.61%-
XYZ80.1891.9938.73-
YUV239.3672.49138.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 141 (55.47% from 255) = 21.83%
R=39.32%
G=38.85%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425114100.010.440.0058.4198.2677.45
HexFEFB8D012C03a624d
Octal3763732150154072142115
Binary11111110111110111000110101101100011101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB8D; }

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

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

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

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

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

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

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

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