#FCFF85

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

Shades of Milan #FCFF85

Tints of Milan #FCFF85

Color information

#FCFF85 (or 0xFCFF85) is unknown color: approx Milan. HEX triplet: FC, FF and 85. RGB value is (252,255,133). Sum of RGB (Red+Green+Blue) = 252+255+133=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 133 (52.34% from 255 or 20.78% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF85 is #03007A. Grayscale: #F0F0F0. Windows color (decimal): -196731 or 8781820. OLE color: 8781820.

HSL color Cylindrical-coordinate representation of color #FCFF85: hue angle of 61.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCFF85 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB252255133-
CMYK0.0100.480
HSL61.48º100%76.08%-
HSV(B)61.48º47.84%100%-
XYZ80.1493.9136.09-
YUV240.267.51136.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 133 (52.34% from 255) = 20.78%
R=39.38%
G=39.84%
B=20.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551330.0100.48061.4810076.08
HexFCFF85103003d644c
Octal3743772051060075144114
Binary11111100111111111000010110110000011110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFF85; }

 p { color: rgb(252,255,133); }

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

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

 a { background-color: rgb(252,255,133); }

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

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

 span { border-color: rgb(252,255,133); }

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