#FB90B6

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

Shades of Illusion #FB90B6

Tints of Illusion #FB90B6

Color information

#FB90B6 (or 0xFB90B6) is unknown color: approx Illusion. HEX triplet: FB, 90 and B6. RGB value is (251,144,182). Sum of RGB (Red+Green+Blue) = 251+144+182=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90B6 is #046F49. Grayscale: #B4B4B4. Windows color (decimal): -290634 or 11964667. OLE color: 11964667.

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

Color convert

RGB251144182-
CMYK00.430.270.02
HSL338.69º93.04%77.45%-
HSV(B)338.69º42.63%98.43%-
XYZ58.243.8349.65-
YUV180.32128.95178.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=43.50%
G=24.96%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114418200.430.270.02338.6993.0477.45
HexFB90B602B1B21535d4d
Octal373220266053332523135115
Binary1111101110010000101101100101011110111010101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90B6; }

 p { color: rgb(251,144,182); }

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

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

 a { background-color: rgb(251,144,182); }

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

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

 span { border-color: rgb(251,144,182); }

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