#FBF995

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

Shades of Milan #FBF995

Tints of Milan #FBF995

Color information

#FBF995 (or 0xFBF995) is unknown color: approx Milan. HEX triplet: FB, F9 and 95. RGB value is (251,249,149). Sum of RGB (Red+Green+Blue) = 251+249+149=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 149 (58.59% from 255 or 22.96% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF995 is #04066A. Grayscale: #EEEEEE. Windows color (decimal): -263787 or 9828859. OLE color: 9828859.

HSL color Cylindrical-coordinate representation of color #FBF995: hue angle of 58.82º 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 #FBF995 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251249149-
CMYK00.010.410.02
HSL58.82º92.73%78.43%-
HSV(B)58.82º40.64%98.43%-
XYZ79.0890.4341.72-
YUV238.277.66137.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 249 (97.66% from 255) = 38.37%
BLUE value IS 149 (58.59% from 255) = 22.96%
R=38.67%
G=38.37%
B=22.96%

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
Decimal25124914900.010.410.0258.8292.7378.43
HexFBF995012923b5d4e
Octal3733712250151273135116
Binary111110111111100110010101011010011011101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF995; }

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

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

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

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

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

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

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

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