Html Css Color HEX #FEFE85 Milan

📋 copy color: '#FEFE85'

red 254 ◦ green 254 ◦ blue 133

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

Shades of Milan #FEFE85

Tints of Milan #FEFE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 20.75%

R = 39.63%
G = 39.63%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEFE85 (or 0xFEFE85) is known color: Milan. HEX triplet: FE, FE and 85. RGB value is (254,254,133). Sum of RGB (Red+Green+Blue) = 254+254+133=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 133 (52.34% from 255 or 20.75% from 641); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE85 is #01017A. Grayscale: #F0F0F0. Windows color (decimal): -65915 or 8781566. OLE color: 8781566.

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

Color convert

RGB 254 254 133 -
CMYK 0 0 0.48 0.00
HSL 60º 0.98% 0.76% -
HSV(B) 60º 0.48% 1% -
XYZ 80.55 93.65 36.02 -
YUV 240.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 254 254 133 0 0 0.48 0.00 60 0.98 0.76
Hex FE FE 85 0 0 30 0 3C 62 4C
Octal 376 376 205 0 0 60 0 74 142 114
Binary 11111110 11111110 10000101 0 0 110000 0 111100 1100010 1001100

Color Harmonies of #FEFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE85

Black with #FEFE85

Text Example


Text Example

White with #FEFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE85; }

 p { color: rgb(254,254,133); }

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

background-color css

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

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

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

border-color css

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

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

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