#FBF696

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

Shades of Milan #FBF696

Tints of Milan #FBF696

Color information

#FBF696 (or 0xFBF696) is unknown color: approx Milan. HEX triplet: FB, F6 and 96. RGB value is (251,246,150). Sum of RGB (Red+Green+Blue) = 251+246+150=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 150 (58.98% from 255 or 23.18% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF696 is #040969. Grayscale: #ECECEC. Windows color (decimal): -264554 or 9893627. OLE color: 9893627.

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

Color convert

RGB251246150-
CMYK00.020.400.02
HSL57.03º92.66%78.63%-
HSV(B)57.03º40.24%98.43%-
XYZ78.2488.6241.84-
YUV236.5579.16138.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 246 (96.48% from 255) = 38.02%
BLUE value IS 150 (58.98% from 255) = 23.18%
R=38.79%
G=38.02%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124615000.020.400.0257.0392.6678.63
HexFBF69602282395d4f
Octal3733662260250271135117
Binary1111101111110110100101100101010001011100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF696; }

 p { color: rgb(251,246,150); }

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

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

 a { background-color: rgb(251,246,150); }

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

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

 span { border-color: rgb(251,246,150); }

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