#FBF891

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

Shades of Milan #FBF891

Tints of Milan #FBF891

Color information

#FBF891 (or 0xFBF891) is unknown color: approx Milan. HEX triplet: FB, F8 and 91. RGB value is (251,248,145). Sum of RGB (Red+Green+Blue) = 251+248+145=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 145 (57.03% from 255 or 22.52% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF891 is #04076E. Grayscale: #EDEDED. Windows color (decimal): -264047 or 9566459. OLE color: 9566459.

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

Color convert

RGB251248145-
CMYK00.010.420.02
HSL58.3º92.98%77.65%-
HSV(B)58.3º42.23%98.43%-
XYZ78.4689.6939.96-
YUV237.1675.99137.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 248 (97.27% from 255) = 38.51%
BLUE value IS 145 (57.03% from 255) = 22.52%
R=38.98%
G=38.51%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124814500.010.420.0258.392.9877.65
HexFBF891012A23a5d4e
Octal3733702210152272135116
Binary111110111111100010010001011010101011101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF891; }

 p { color: rgb(251,248,145); }

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

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

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

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

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

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

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