#FBF885

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

Shades of Milan #FBF885

Tints of Milan #FBF885

Color information

#FBF885 (or 0xFBF885) is unknown color: approx Milan. HEX triplet: FB, F8 and 85. RGB value is (251,248,133). Sum of RGB (Red+Green+Blue) = 251+248+133=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 133 (52.34% from 255 or 21.04% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF885 is #04077A. Grayscale: #ECECEC. Windows color (decimal): -264059 or 8780027. OLE color: 8780027.

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

Color convert

RGB251248133-
CMYK00.010.470.02
HSL58.47º93.65%75.29%-
HSV(B)58.47º47.01%98.43%-
XYZ77.5889.3435.35-
YUV235.7969.99138.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 248 (97.27% from 255) = 39.24%
BLUE value IS 133 (52.34% from 255) = 21.04%
R=39.72%
G=39.24%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124813300.010.470.0258.4793.6575.29
HexFBF885012F23a5e4b
Octal3733702050157272136113
Binary111110111111100010000101011011111011101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF885; }

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

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

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

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

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

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

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

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