#FBF496

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

Shades of Milan #FBF496

Tints of Milan #FBF496

Color information

#FBF496 (or 0xFBF496) is unknown color: approx Milan. HEX triplet: FB, F4 and 96. RGB value is (251,244,150). Sum of RGB (Red+Green+Blue) = 251+244+150=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 150 (58.98% from 255 or 23.26% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF496 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF496 is #040B69. Grayscale: #EBEBEB. Windows color (decimal): -265066 or 9893115. OLE color: 9893115.

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

Color convert

RGB251244150-
CMYK00.030.400.02
HSL55.84º92.66%78.63%-
HSV(B)55.84º40.24%98.43%-
XYZ77.6487.4141.63-
YUV235.3879.82139.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 244 (95.70% from 255) = 37.83%
BLUE value IS 150 (58.98% from 255) = 23.26%
R=38.91%
G=37.83%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124415000.030.400.0255.8492.6678.63
HexFBF49603282385d4f
Octal3733642260350270135117
Binary1111101111110100100101100111010001011100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF496; }

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

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

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

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

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

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

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

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