#FBF895

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

Shades of Milan #FBF895

Tints of Milan #FBF895

Color information

#FBF895 (or 0xFBF895) is unknown color: approx Milan. HEX triplet: FB, F8 and 95. RGB value is (251,248,149). Sum of RGB (Red+Green+Blue) = 251+248+149=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 149 (58.59% from 255 or 22.99% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF895 is #04076A. Grayscale: #EEEEEE. Windows color (decimal): -264043 or 9828603. OLE color: 9828603.

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

Color convert

RGB251248149-
CMYK00.010.410.02
HSL58.24º92.73%78.43%-
HSV(B)58.24º40.64%98.43%-
XYZ78.7889.8141.62-
YUV237.6177.99137.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 248 (97.27% from 255) = 38.27%
BLUE value IS 149 (58.59% from 255) = 22.99%
R=38.73%
G=38.27%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124814900.010.410.0258.2492.7378.43
HexFBF895012923a5d4e
Octal3733702250151272135116
Binary111110111111100010010101011010011011101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF895; }

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

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

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

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

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

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

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

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