#F8F696

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

Shades of Milan #F8F696

Tints of Milan #F8F696

Color information

#F8F696 (or 0xF8F696) is unknown color: approx Milan. HEX triplet: F8, F6 and 96. RGB value is (248,246,150). Sum of RGB (Red+Green+Blue) = 248+246+150=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 150 (58.98% from 255 or 23.29% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F696 is #070969. Grayscale: #ECECEC. Windows color (decimal): -461162 or 9893624. OLE color: 9893624.

HSL color Cylindrical-coordinate representation of color #F8F696: hue angle of 58.78º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8F696 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248246150-
CMYK00.010.400.03
HSL58.78º87.5%78.04%-
HSV(B)58.78º39.52%97.25%-
XYZ77.1788.0741.79-
YUV235.6579.66136.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.51%
GREEN value IS 246 (96.48% from 255) = 38.20%
BLUE value IS 150 (58.98% from 255) = 23.29%
R=38.51%
G=38.20%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824615000.010.400.0358.7887.578.04
HexF8F696012833b584e
Octal3703662260150373130116
Binary111110001111011010010110011010001111101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F696; }

 p { color: rgb(248,246,150); }

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

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

 a { background-color: rgb(248,246,150); }

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

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

 span { border-color: rgb(248,246,150); }

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