#FBF18C

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

Shades of Milan #FBF18C

Tints of Milan #FBF18C

Color information

#FBF18C (or 0xFBF18C) is unknown color: approx Milan. HEX triplet: FB, F1 and 8C. RGB value is (251,241,140). Sum of RGB (Red+Green+Blue) = 251+241+140=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 140 (55.08% from 255 or 22.15% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF18C is #040E73. Grayscale: #E8E8E8. Windows color (decimal): -265844 or 9236987. OLE color: 9236987.

HSL color Cylindrical-coordinate representation of color #FBF18C: hue angle of 54.59º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBF18C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB251241140-
CMYK00.040.440.02
HSL54.59º93.28%76.67%-
HSV(B)54.59º44.22%98.43%-
XYZ75.9785.3137.27-
YUV232.4875.81141.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 140 (55.08% from 255) = 22.15%
R=39.72%
G=38.13%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124114000.040.440.0254.5993.2876.67
HexFBF18C042C2375d4d
Octal3733612140454267135115
Binary11111011111100011000110001001011001011011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF18C; }

 p { color: rgb(251,241,140); }

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

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

 a { background-color: rgb(251,241,140); }

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

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

 span { border-color: rgb(251,241,140); }

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