Html Css Color HEX #FBFB85 Milan

📋 copy color: '#FBFB85'

red 251 ◦ green 251 ◦ blue 133

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

Shades of Milan #FBFB85

Tints of Milan #FBFB85

RGB

 RED value IS 251 (98.44% from 255) = 39.53%

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

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

R = 39.53%
G = 39.53%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBFB85 (or 0xFBFB85) is known color: Milan. HEX triplet: FB, FB and 85. RGB value is (251,251,133). Sum of RGB (Red+Green+Blue) = 251+251+133=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 133 (52.34% from 255 or 20.94% from 635); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFB85 is #04047A. Grayscale: #EEEEEE. Windows color (decimal): -263291 or 8780795. OLE color: 8780795.

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

Color convert

RGB 251 251 133 -
CMYK 0 0 0.47 0.02
HSL 60º 0.94% 0.75% -
HSV(B) 60º 0.47% 0.98% -
XYZ 78.51 91.2 35.65 -
YUV 237.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 251 251 133 0 0 0.47 0.02 60 0.94 0.75
Hex FB FB 85 0 0 2F 2 3C 5E 4B
Octal 373 373 205 0 0 57 2 74 136 113
Binary 11111011 11111011 10000101 0 0 101111 10 111100 1011110 1001011

Color Harmonies of #FBFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB85

Black with #FBFB85

Text Example


Text Example

White with #FBFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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