#FCFA8E

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

Shades of Milan #FCFA8E

Tints of Milan #FCFA8E

Color information

#FCFA8E (or 0xFCFA8E) is unknown color: approx Milan. HEX triplet: FC, FA and 8E. RGB value is (252,250,142). Sum of RGB (Red+Green+Blue) = 252+250+142=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 142 (55.86% from 255 or 22.05% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFA8E is #030571. Grayscale: #EEEEEE. Windows color (decimal): -198002 or 9370364. OLE color: 9370364.

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

Color convert

RGB252250142-
CMYK00.010.440.01
HSL58.91º94.83%77.25%-
HSV(B)58.91º43.65%98.82%-
XYZ79.2191.0238.98-
YUV238.2973.66137.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 142 (55.86% from 255) = 22.05%
R=39.13%
G=38.82%
B=22.05%

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
Decimal25225014200.010.440.0158.9194.8377.25
HexFCFA8E012C13b5f4d
Octal3743722160154173137115
Binary11111100111110101000111001101100111101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA8E; }

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

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

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

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

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

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

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

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