#FDFB8F

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

Shades of Milan #FDFB8F

Tints of Milan #FDFB8F

Color information

#FDFB8F (or 0xFDFB8F) is unknown color: approx Milan. HEX triplet: FD, FB and 8F. RGB value is (253,251,143). Sum of RGB (Red+Green+Blue) = 253+251+143=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 143 (56.25% from 255 or 22.10% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB8F is #020470. Grayscale: #EFEFEF. Windows color (decimal): -132209 or 9436157. OLE color: 9436157.

HSL color Cylindrical-coordinate representation of color #FDFB8F: hue angle of 58.91º 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 #FDFB8F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253251143-
CMYK00.010.430.01
HSL58.91º96.49%77.65%-
HSV(B)58.91º43.48%99.22%-
XYZ79.9691.8639.5-
YUV239.2973.66137.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.10%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 143 (56.25% from 255) = 22.10%
R=39.10%
G=38.79%
B=22.10%

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
Decimal25325114300.010.430.0158.9196.4977.65
HexFDFB8F012B13b604e
Octal3753732170153173140116
Binary11111101111110111000111101101011111101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB8F; }

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

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

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

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

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

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

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

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