#FDFA8A

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

Shades of Milan #FDFA8A

Tints of Milan #FDFA8A

Color information

#FDFA8A (or 0xFDFA8A) is unknown color: approx Milan. HEX triplet: FD, FA and 8A. RGB value is (253,250,138). Sum of RGB (Red+Green+Blue) = 253+250+138=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 138 (54.30% from 255 or 21.53% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA8A is #020575. Grayscale: #EEEEEE. Windows color (decimal): -132470 or 9108221. OLE color: 9108221.

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

Color convert

RGB253250138-
CMYK00.010.450.01
HSL58.43º96.64%76.67%-
HSV(B)58.43º45.45%99.22%-
XYZ79.2891.0937.45-
YUV238.1371.49138.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 138 (54.30% from 255) = 21.53%
R=39.47%
G=39.00%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325013800.010.450.0158.4396.6476.67
HexFDFA8A012D13a614d
Octal3753722120155172141115
Binary11111101111110101000101001101101111101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA8A; }

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

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

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

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

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

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

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

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