#FEF696

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

Shades of Milan #FEF696

Tints of Milan #FEF696

Color information

#FEF696 (or 0xFEF696) is unknown color: approx Milan. HEX triplet: FE, F6 and 96. RGB value is (254,246,150). Sum of RGB (Red+Green+Blue) = 254+246+150=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 150 (58.98% from 255 or 23.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF696 is #010969. Grayscale: #EDEDED. Windows color (decimal): -67946 or 9893630. OLE color: 9893630.

HSL color Cylindrical-coordinate representation of color #FEF696: hue angle of 55.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEF696 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254246150-
CMYK00.030.410.00
HSL55.38º98.11%79.22%-
HSV(B)55.38º40.94%99.61%-
XYZ79.3389.1841.89-
YUV237.4578.65139.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 246 (96.48% from 255) = 37.85%
BLUE value IS 150 (58.98% from 255) = 23.08%
R=39.08%
G=37.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424615000.030.410.0055.3898.1179.22
HexFEF6960329037624f
Octal3763662260351067142117
Binary111111101111011010010110011101001011011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF696; }

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

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

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

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

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

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

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

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