#FCFA92

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

Shades of Milan #FCFA92

Tints of Milan #FCFA92

Color information

#FCFA92 (or 0xFCFA92) is unknown color: approx Milan. HEX triplet: FC, FA and 92. RGB value is (252,250,146). Sum of RGB (Red+Green+Blue) = 252+250+146=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 146 (57.42% from 255 or 22.53% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFA92 is #03056D. Grayscale: #EFEFEF. Windows color (decimal): -197998 or 9632508. OLE color: 9632508.

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

Color convert

RGB252250146-
CMYK00.010.420.01
HSL58.87º94.64%78.04%-
HSV(B)58.87º42.06%98.82%-
XYZ79.5291.1440.6-
YUV238.7475.66137.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 146 (57.42% from 255) = 22.53%
R=38.89%
G=38.58%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225014600.010.420.0158.8794.6478.04
HexFCFA92012A13b5f4e
Octal3743722220152173137116
Binary11111100111110101001001001101010111101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA92; }

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

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

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

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

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

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

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

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