#FBF18F

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

Shades of Milan #FBF18F

Tints of Milan #FBF18F

Color information

#FBF18F (or 0xFBF18F) is unknown color: approx Milan. HEX triplet: FB, F1 and 8F. RGB value is (251,241,143). Sum of RGB (Red+Green+Blue) = 251+241+143=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 143 (56.25% from 255 or 22.52% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF18F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF18F is #040E70. Grayscale: #E9E9E9. Windows color (decimal): -265841 or 9433595. OLE color: 9433595.

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

Color convert

RGB251241143-
CMYK00.040.430.02
HSL54.44º93.1%77.25%-
HSV(B)54.44º43.03%98.43%-
XYZ76.285.438.46-
YUV232.8277.31140.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 143 (56.25% from 255) = 22.52%
R=39.53%
G=37.95%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124114300.040.430.0254.4493.177.25
HexFBF18F042B2365d4d
Octal3733612170453266135115
Binary11111011111100011000111101001010111011011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF18F; }

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

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

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

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

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

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

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

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