#FCF995

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

Shades of Milan #FCF995

Tints of Milan #FCF995

Color information

#FCF995 (or 0xFCF995) is unknown color: approx Milan. HEX triplet: FC, F9 and 95. RGB value is (252,249,149). Sum of RGB (Red+Green+Blue) = 252+249+149=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 149 (58.59% from 255 or 22.92% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF995 is #03066A. Grayscale: #EEEEEE. Windows color (decimal): -198251 or 9828860. OLE color: 9828860.

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

Color convert

RGB252249149-
CMYK00.010.410.01
HSL58.25º94.5%78.63%-
HSV(B)58.25º40.87%98.82%-
XYZ79.4590.6241.74-
YUV238.577.49137.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 149 (58.59% from 255) = 22.92%
R=38.77%
G=38.31%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224914900.010.410.0158.2594.578.63
HexFCF995012913a5e4f
Octal3743712250151172136117
Binary11111100111110011001010101101001111101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF995; }

 p { color: rgb(252,249,149); }

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

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

 a { background-color: rgb(252,249,149); }

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

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

 span { border-color: rgb(252,249,149); }

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