#FBFA88

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

Shades of Milan #FBFA88

Tints of Milan #FBFA88

Color information

#FBFA88 (or 0xFBFA88) is unknown color: approx Milan. HEX triplet: FB, FA and 88. RGB value is (251,250,136). Sum of RGB (Red+Green+Blue) = 251+250+136=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 136 (53.52% from 255 or 21.35% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFA88 is #040577. Grayscale: #EDEDED. Windows color (decimal): -263544 or 8977147. OLE color: 8977147.

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

Color convert

RGB251250136-
CMYK00.000.460.02
HSL59.48º93.5%75.88%-
HSV(B)59.48º45.82%98.43%-
XYZ78.4190.6636.66-
YUV237.370.83137.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 136 (53.52% from 255) = 21.35%
R=39.40%
G=39.25%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125013600.000.460.0259.4893.575.88
HexFBFA88002E23b5d4c
Octal3733722100056273135114
Binary111110111111101010001000001011101011101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFA88; }

 p { color: rgb(251,250,136); }

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

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

 a { background-color: rgb(251,250,136); }

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

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

 span { border-color: rgb(251,250,136); }

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