Html Css Color HEX #FDFB86 Milan

📋 copy color: '#FDFB86'

red 253 ◦ green 251 ◦ blue 134

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

Shades of Milan #FDFB86

Tints of Milan #FDFB86

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.34%

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

R = 39.66%
G = 39.34%
B = 21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDFB86 (or 0xFDFB86) is known color: Milan. HEX triplet: FD, FB and 86. RGB value is (253,251,134). Sum of RGB (Red+Green+Blue) = 253+251+134=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 134 (52.73% from 255 or 21.00% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB86 is #020479. Grayscale: #EEEEEE. Windows color (decimal): -132218 or 8846333. OLE color: 8846333.

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

Color convert

RGB 253 251 134 -
CMYK 0 0.01 0.47 0.01
HSL 58.99º 0.97% 0.76% -
HSV(B) 58.99º 0.47% 0.99% -
XYZ 79.31 91.6 36.05 -
YUV 238.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 253 251 134 0 0.01 0.47 0.01 58.99 0.97 0.76
Hex FD FB 86 0 1 2F 1 3B 61 4C
Octal 375 373 206 0 1 57 1 73 141 114
Binary 11111101 11111011 10000110 0 1 101111 1 111011 1100001 1001100

Color Harmonies of #FDFB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB86

Black with #FDFB86

Text Example


Text Example

White with #FDFB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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