#FDF892

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

Shades of Milan #FDF892

Tints of Milan #FDF892

Color information

#FDF892 (or 0xFDF892) is unknown color: approx Milan. HEX triplet: FD, F8 and 92. RGB value is (253,248,146). Sum of RGB (Red+Green+Blue) = 253+248+146=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 146 (57.42% from 255 or 22.57% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF892 is #02076D. Grayscale: #EEEEEE. Windows color (decimal): -132974 or 9631997. OLE color: 9631997.

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

Color convert

RGB253248146-
CMYK00.020.420.01
HSL57.2º96.4%78.24%-
HSV(B)57.2º42.29%99.22%-
XYZ79.2690.0940.41-
YUV237.8776.16138.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.10%
GREEN value IS 248 (97.27% from 255) = 38.33%
BLUE value IS 146 (57.42% from 255) = 22.57%
R=39.10%
G=38.33%
B=22.57%

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
Decimal25324814600.020.420.0157.296.478.24
HexFDF892022A139604e
Octal3753702220252171140116
Binary111111011111100010010010010101010111100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF892; }

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

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

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

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

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

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

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

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