#FB90B5

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

Shades of Illusion #FB90B5

Tints of Illusion #FB90B5

Color information

#FB90B5 (or 0xFB90B5) is unknown color: approx Illusion. HEX triplet: FB, 90 and B5. RGB value is (251,144,181). Sum of RGB (Red+Green+Blue) = 251+144+181=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90B5 is #046F4A. Grayscale: #B4B4B4. Windows color (decimal): -290635 or 11899131. OLE color: 11899131.

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

Color convert

RGB251144181-
CMYK00.430.280.02
HSL339.25º93.04%77.45%-
HSV(B)339.25º42.63%98.43%-
XYZ58.143.7949.11-
YUV180.21128.45178.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=43.58%
G=25%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114418100.430.280.02339.2593.0477.45
HexFB90B502B1C21535d4d
Octal373220265053342523135115
Binary1111101110010000101101010101011111001010101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90B5; }

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

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

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

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

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

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

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

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