#FBF888

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

Shades of Milan #FBF888

Tints of Milan #FBF888

Color information

#FBF888 (or 0xFBF888) is unknown color: approx Milan. HEX triplet: FB, F8 and 88. RGB value is (251,248,136). Sum of RGB (Red+Green+Blue) = 251+248+136=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 136 (53.52% from 255 or 21.42% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF888 is #040777. Grayscale: #ECECEC. Windows color (decimal): -264056 or 8976635. OLE color: 8976635.

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

Color convert

RGB251248136-
CMYK00.010.460.02
HSL58.43º93.5%75.88%-
HSV(B)58.43º45.82%98.43%-
XYZ77.7989.4236.45-
YUV236.1371.49138.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 248 (97.27% from 255) = 39.06%
BLUE value IS 136 (53.52% from 255) = 21.42%
R=39.53%
G=39.06%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124813600.010.460.0258.4393.575.88
HexFBF888012E23a5d4c
Octal3733702100156272135114
Binary111110111111100010001000011011101011101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF888; }

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

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

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

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

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

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

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

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