#FB90B0

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

Shades of Illusion #FB90B0

Tints of Illusion #FB90B0

Color information

#FB90B0 (or 0xFB90B0) is unknown color: approx Illusion. HEX triplet: FB, 90 and B0. RGB value is (251,144,176). Sum of RGB (Red+Green+Blue) = 251+144+176=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90B0 is #046F4F. Grayscale: #B3B3B3. Windows color (decimal): -290640 or 11571451. OLE color: 11571451.

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

Color convert

RGB251144176-
CMYK00.430.300.02
HSL342.06º93.04%77.45%-
HSV(B)342.06º42.63%98.43%-
XYZ57.5943.5946.45-
YUV179.64125.95178.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=43.96%
G=25.22%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114417600.430.300.02342.0693.0477.45
HexFB90B002B1E21565d4d
Octal373220260053362526135115
Binary1111101110010000101100000101011111101010101011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90B0; }

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

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

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

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

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

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

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

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