#FDF894

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

Shades of Milan #FDF894

Tints of Milan #FDF894

Color information

#FDF894 (or 0xFDF894) is unknown color: approx Milan. HEX triplet: FD, F8 and 94. RGB value is (253,248,148). Sum of RGB (Red+Green+Blue) = 253+248+148=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 148 (58.20% from 255 or 22.80% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF894 is #02076B. Grayscale: #EEEEEE. Windows color (decimal): -132972 or 9763069. OLE color: 9763069.

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

Color convert

RGB253248148-
CMYK00.020.420.01
HSL57.14º96.33%78.63%-
HSV(B)57.14º41.5%99.22%-
XYZ79.4290.1641.23-
YUV238.0977.16138.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 148 (58.20% from 255) = 22.80%
R=38.98%
G=38.21%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324814800.020.420.0157.1496.3378.63
HexFDF894022A139604f
Octal3753702240252171140117
Binary111111011111100010010100010101010111100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF894; }

 p { color: rgb(253,248,148); }

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

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

 a { background-color: rgb(253,248,148); }

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

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

 span { border-color: rgb(253,248,148); }

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