#FBF88B

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

Shades of Milan #FBF88B

Tints of Milan #FBF88B

Color information

#FBF88B (or 0xFBF88B) is unknown color: approx Milan. HEX triplet: FB, F8 and 8B. RGB value is (251,248,139). Sum of RGB (Red+Green+Blue) = 251+248+139=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 139 (54.69% from 255 or 21.79% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF88B is #040774. Grayscale: #ECECEC. Windows color (decimal): -264053 or 9173243. OLE color: 9173243.

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

Color convert

RGB251248139-
CMYK00.010.450.02
HSL58.39º93.33%76.47%-
HSV(B)58.39º44.62%98.43%-
XYZ78.0189.5137.59-
YUV236.4772.99138.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 139 (54.69% from 255) = 21.79%
R=39.34%
G=38.87%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124813900.010.450.0258.3993.3376.47
HexFBF88B012D23a5d4c
Octal3733702130155272135114
Binary111110111111100010001011011011011011101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF88B; }

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

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

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

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

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

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

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

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