Html Css Color HEX #FDFE85 Milan

📋 copy color: '#FDFE85'

red 253 ◦ green 254 ◦ blue 133

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

Shades of Milan #FDFE85

Tints of Milan #FDFE85

RGB

 RED value IS 253 (99.22% from 255) = 39.53%

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

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

R = 39.53%
G = 39.69%
B = 20.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FDFE85 (or 0xFDFE85) is known color: Milan. HEX triplet: FD, FE and 85. RGB value is (253,254,133). Sum of RGB (Red+Green+Blue) = 253+254+133=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 133 (52.34% from 255 or 20.78% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFE85 is #02017A. Grayscale: #F0F0F0. Windows color (decimal): -131451 or 8781565. OLE color: 8781565.

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

Color convert

RGB 253 254 133 -
CMYK 0.00 0 0.48 0.00
HSL 60.5º 0.98% 0.76% -
HSV(B) 60.5º 0.48% 1% -
XYZ 80.18 93.46 36 -
YUV 239.91 67.67 137.34 -
System Red Green Blue C M Y K H S L
Decimal 253 254 133 0.00 0 0.48 0.00 60.5 0.98 0.76
Hex FD FE 85 0 0 30 0 3C 62 4C
Octal 375 376 205 0 0 60 0 74 142 114
Binary 11111101 11111110 10000101 0 0 110000 0 111100 1100010 1001100

Color Harmonies of #FDFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE85

Black with #FDFE85

Text Example


Text Example

White with #FDFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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