#FBF296

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

Shades of Milan #FBF296

Tints of Milan #FBF296

Color information

#FBF296 (or 0xFBF296) is unknown color: approx Milan. HEX triplet: FB, F2 and 96. RGB value is (251,242,150). Sum of RGB (Red+Green+Blue) = 251+242+150=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 150 (58.98% from 255 or 23.33% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF296 is #040D69. Grayscale: #EAEAEA. Windows color (decimal): -265578 or 9892603. OLE color: 9892603.

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

Color convert

RGB251242150-
CMYK00.040.400.02
HSL54.65º92.66%78.63%-
HSV(B)54.65º40.24%98.43%-
XYZ77.0486.2241.43-
YUV234.280.48139.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 150 (58.98% from 255) = 23.33%
R=39.04%
G=37.64%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124215000.040.400.0254.6592.6678.63
HexFBF29604282375d4f
Octal3733622260450267135117
Binary11111011111100101001011001001010001011011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF296; }

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

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

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

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

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

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

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

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