#FBFA90

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

Shades of Milan #FBFA90

Tints of Milan #FBFA90

Color information

#FBFA90 (or 0xFBFA90) is unknown color: approx Milan. HEX triplet: FB, FA and 90. RGB value is (251,250,144). Sum of RGB (Red+Green+Blue) = 251+250+144=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 144 (56.64% from 255 or 22.33% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFA90 is #04056F. Grayscale: #EEEEEE. Windows color (decimal): -263536 or 9501435. OLE color: 9501435.

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

Color convert

RGB251250144-
CMYK00.000.430.02
HSL59.44º93.04%77.45%-
HSV(B)59.44º42.63%98.43%-
XYZ7990.8939.77-
YUV238.2174.83137.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 144 (56.64% from 255) = 22.33%
R=38.91%
G=38.76%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125014400.000.430.0259.4493.0477.45
HexFBFA90002B23b5d4d
Octal3733722200053273135115
Binary111110111111101010010000001010111011101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFA90; }

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

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

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

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

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

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

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

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