#FBFC90

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

Shades of Milan #FBFC90

Tints of Milan #FBFC90

Color information

#FBFC90 (or 0xFBFC90) is unknown color: approx Milan. HEX triplet: FB, FC and 90. RGB value is (251,252,144). Sum of RGB (Red+Green+Blue) = 251+252+144=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 144 (56.64% from 255 or 22.26% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFC90 is #04036F. Grayscale: #EFEFEF. Windows color (decimal): -263024 or 9501947. OLE color: 9501947.

HSL color Cylindrical-coordinate representation of color #FBFC90: hue angle of 60.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBFC90 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB251252144-
CMYK0.0000.430.01
HSL60.56º94.74%77.65%-
HSV(B)60.56º42.86%98.82%-
XYZ79.6392.1439.97-
YUV239.3974.17136.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 144 (56.64% from 255) = 22.26%
R=38.79%
G=38.95%
B=22.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512521440.0000.430.0160.5694.7477.65
HexFBFC90002B13d5f4e
Octal3733742200053175137116
Binary11111011111111001001000000101011111110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFC90; }

 p { color: rgb(251,252,144); }

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

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

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

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

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

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

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