#FBFF8A

Color #FBFF8A Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #FBFF8A

Tints of Milan #FBFF8A

Color information

#FBFF8A (or 0xFBFF8A) is unknown color: approx Milan. HEX triplet: FB, FF and 8A. RGB value is (251,255,138). Sum of RGB (Red+Green+Blue) = 251+255+138=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 138 (54.30% from 255 or 21.43% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFF8A is #040075. Grayscale: #F0F0F0. Windows color (decimal): -262262 or 9109499. OLE color: 9109499.

HSL color Cylindrical-coordinate representation of color #FBFF8A: hue angle of 62.05º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBFF8A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB251255138-
CMYK0.0200.460
HSL62.05º100%77.06%-
HSV(B)62.05º45.88%100%-
XYZ80.1393.8637.94-
YUV240.4770.17135.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 138 (54.30% from 255) = 21.43%
R=38.98%
G=39.60%
B=21.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551380.0200.46062.0510077.06
HexFBFF8A202E03e644d
Octal3733772122056076144115
Binary111110111111111110001010100101110011111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFF8A; }

 p { color: rgb(251,255,138); }

 H1.HeaderClassName
 {
   color: #FBFF8A;
 }
 .AnyTagClassName
 {
   color: #FBFF8A;
 }
</style>
background-color css

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

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

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

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

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

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