#FBF695

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

Shades of Milan #FBF695

Tints of Milan #FBF695

Color information

#FBF695 (or 0xFBF695) is unknown color: approx Milan. HEX triplet: FB, F6 and 95. RGB value is (251,246,149). Sum of RGB (Red+Green+Blue) = 251+246+149=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 149 (58.59% from 255 or 23.07% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF695 is #04096A. Grayscale: #ECECEC. Windows color (decimal): -264555 or 9828091. OLE color: 9828091.

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

Color convert

RGB251246149-
CMYK00.020.410.02
HSL57.06º92.73%78.43%-
HSV(B)57.06º40.64%98.43%-
XYZ78.1688.5941.41-
YUV236.4478.66138.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 246 (96.48% from 255) = 38.08%
BLUE value IS 149 (58.59% from 255) = 23.07%
R=38.85%
G=38.08%
B=23.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124614900.020.410.0257.0692.7378.43
HexFBF69502292395d4e
Octal3733662250251271135116
Binary1111101111110110100101010101010011011100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF695; }

 p { color: rgb(251,246,149); }

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

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

 a { background-color: rgb(251,246,149); }

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

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

 span { border-color: rgb(251,246,149); }

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