#FCF293

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

Shades of Milan #FCF293

Tints of Milan #FCF293

Color information

#FCF293 (or 0xFCF293) is unknown color: approx Milan. HEX triplet: FC, F2 and 93. RGB value is (252,242,147). Sum of RGB (Red+Green+Blue) = 252+242+147=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 147 (57.81% from 255 or 22.93% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF293 is #030D6C. Grayscale: #EAEAEA. Windows color (decimal): -200045 or 9695996. OLE color: 9695996.

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

Color convert

RGB252242147-
CMYK00.040.420.01
HSL54.29º94.59%78.24%-
HSV(B)54.29º41.67%98.82%-
XYZ77.1686.3140.2-
YUV234.1678.81140.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 147 (57.81% from 255) = 22.93%
R=39.31%
G=37.75%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224214700.040.420.0154.2994.5978.24
HexFCF293042A1365f4e
Octal3743622230452166137116
Binary1111110011110010100100110100101010111011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF293; }

 p { color: rgb(252,242,147); }

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

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

 a { background-color: rgb(252,242,147); }

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

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

 span { border-color: rgb(252,242,147); }

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