#FB90B4

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

Shades of Illusion #FB90B4

Tints of Illusion #FB90B4

Color information

#FB90B4 (or 0xFB90B4) is unknown color: approx Illusion. HEX triplet: FB, 90 and B4. RGB value is (251,144,180). Sum of RGB (Red+Green+Blue) = 251+144+180=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90B4 is #046F4B. Grayscale: #B4B4B4. Windows color (decimal): -290636 or 11833595. OLE color: 11833595.

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

Color convert

RGB251144180-
CMYK00.430.280.02
HSL339.81º93.04%77.45%-
HSV(B)339.81º42.63%98.43%-
XYZ5843.7548.57-
YUV180.1127.95178.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=43.65%
G=25.04%
B=31.30%

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
Decimal25114418000.430.280.02339.8193.0477.45
HexFB90B402B1C21545d4d
Octal373220264053342524135115
Binary1111101110010000101101000101011111001010101010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90B4; }

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

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

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

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

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

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

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

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