#FBFC8D

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

Shades of Milan #FBFC8D

Tints of Milan #FBFC8D

Color information

#FBFC8D (or 0xFBFC8D) is unknown color: approx Milan. HEX triplet: FB, FC and 8D. RGB value is (251,252,141). Sum of RGB (Red+Green+Blue) = 251+252+141=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 141 (55.47% from 255 or 21.89% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFC8D is #040372. Grayscale: #EFEFEF. Windows color (decimal): -263027 or 9305339. OLE color: 9305339.

HSL color Cylindrical-coordinate representation of color #FBFC8D: hue angle of 60.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBFC8D is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB251252141-
CMYK0.0000.440.01
HSL60.54º94.87%77.06%-
HSV(B)60.54º44.05%98.82%-
XYZ79.492.0538.78-
YUV239.0572.67136.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 141 (55.47% from 255) = 21.89%
R=38.98%
G=39.13%
B=21.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512521410.0000.440.0160.5494.8777.06
HexFBFC8D002C13d5f4d
Octal3733742150054175137115
Binary11111011111111001000110100101100111110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFC8D; }

 p { color: rgb(251,252,141); }

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

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

 a { background-color: rgb(251,252,141); }

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

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

 span { border-color: rgb(251,252,141); }

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