#FDFA8F

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

Shades of Milan #FDFA8F

Tints of Milan #FDFA8F

Color information

#FDFA8F (or 0xFDFA8F) is unknown color: approx Milan. HEX triplet: FD, FA and 8F. RGB value is (253,250,143). Sum of RGB (Red+Green+Blue) = 253+250+143=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 143 (56.25% from 255 or 22.14% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA8F is #020570. Grayscale: #EFEFEF. Windows color (decimal): -132465 or 9435901. OLE color: 9435901.

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

Color convert

RGB253250143-
CMYK00.010.430.01
HSL58.36º96.49%77.65%-
HSV(B)58.36º43.48%99.22%-
XYZ79.6591.2439.4-
YUV238.773.99138.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 143 (56.25% from 255) = 22.14%
R=39.16%
G=38.70%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325014300.010.430.0158.3696.4977.65
HexFDFA8F012B13a604e
Octal3753722170153172140116
Binary11111101111110101000111101101011111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA8F; }

 p { color: rgb(253,250,143); }

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

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

 a { background-color: rgb(253,250,143); }

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

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

 span { border-color: rgb(253,250,143); }

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