Html Css Color HEX #FEFD86 Milan

📋 copy color: '#FEFD86'

red 254 ◦ green 253 ◦ blue 134

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

Shades of Milan #FEFD86

Tints of Milan #FEFD86

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.47%

 BLUE value IS 134 (52.73% from 255) = 20.9%

R = 39.63%
G = 39.47%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEFD86 (or 0xFEFD86) is known color: Milan. HEX triplet: FE, FD and 86. RGB value is (254,253,134). Sum of RGB (Red+Green+Blue) = 254+253+134=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 134 (52.73% from 255 or 20.90% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD86 is #010279. Grayscale: #F0F0F0. Windows color (decimal): -66170 or 8846846. OLE color: 8846846.

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

Color convert

RGB 254 253 134 -
CMYK 0 0.00 0.47 0.00
HSL 59.5º 0.98% 0.76% -
HSV(B) 59.5º 0.47% 1% -
XYZ 80.3 93.04 36.28 -
YUV 239.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 254 253 134 0 0.00 0.47 0.00 59.5 0.98 0.76
Hex FE FD 86 0 0 2F 0 3C 62 4C
Octal 376 375 206 0 0 57 0 74 142 114
Binary 11111110 11111101 10000110 0 0 101111 0 111100 1100010 1001100

Color Harmonies of #FEFD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD86

Black with #FEFD86

Text Example


Text Example

White with #FEFD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD86; }

 p { color: rgb(254,253,134); }

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

background-color css

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

 a { background-color: rgb(254,253,134); }

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

border-color css

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

 span { border-color: rgb(254,253,134); }

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