#FCFA8C

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

Shades of Milan #FCFA8C

Tints of Milan #FCFA8C

Color information

#FCFA8C (or 0xFCFA8C) is unknown color: approx Milan. HEX triplet: FC, FA and 8C. RGB value is (252,250,140). Sum of RGB (Red+Green+Blue) = 252+250+140=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 140 (55.08% from 255 or 21.81% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFA8C is #030573. Grayscale: #EEEEEE. Windows color (decimal): -198004 or 9239292. OLE color: 9239292.

HSL color Cylindrical-coordinate representation of color #FCFA8C: hue angle of 58.93º 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 #FCFA8C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252250140-
CMYK00.010.440.01
HSL58.93º94.92%76.86%-
HSV(B)58.93º44.44%98.82%-
XYZ79.0690.9638.2-
YUV238.0672.66137.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 140 (55.08% from 255) = 21.81%
R=39.25%
G=38.94%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225014000.010.440.0158.9394.9276.86
HexFCFA8C012C13b5f4d
Octal3743722140154173137115
Binary11111100111110101000110001101100111101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA8C; }

 p { color: rgb(252,250,140); }

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

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

 a { background-color: rgb(252,250,140); }

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

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

 span { border-color: rgb(252,250,140); }

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