#FCFB86

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

Shades of Milan #FCFB86

Tints of Milan #FCFB86

Color information

#FCFB86 (or 0xFCFB86) is unknown color: approx Milan. HEX triplet: FC, FB and 86. RGB value is (252,251,134). Sum of RGB (Red+Green+Blue) = 252+251+134=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 134 (52.73% from 255 or 21.04% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFB86 is #030479. Grayscale: #EEEEEE. Windows color (decimal): -197754 or 8846332. OLE color: 8846332.

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

Color convert

RGB252251134-
CMYK00.000.470.01
HSL59.49º95.16%75.69%-
HSV(B)59.49º46.83%98.82%-
XYZ78.9591.4136.04-
YUV237.9669.33138.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 134 (52.73% from 255) = 21.04%
R=39.56%
G=39.40%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225113400.000.470.0159.4995.1675.69
HexFCFB86002F13b5f4c
Octal3743732060057173137114
Binary11111100111110111000011000101111111101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFB86; }

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

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

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

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

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

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

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

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