#FB91B4

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

Shades of Illusion #FB91B4

Tints of Illusion #FB91B4

Color information

#FB91B4 (or 0xFB91B4) is unknown color: approx Illusion. HEX triplet: FB, 91 and B4. RGB value is (251,145,180). Sum of RGB (Red+Green+Blue) = 251+145+180=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91B4 is #046E4B. Grayscale: #B4B4B4. Windows color (decimal): -290380 or 11833851. OLE color: 11833851.

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

Color convert

RGB251145180-
CMYK00.420.280.02
HSL340.19º92.98%77.65%-
HSV(B)340.19º42.23%98.43%-
XYZ58.1544.0648.62-
YUV180.68127.62178.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=43.58%
G=25.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114518000.420.280.02340.1992.9877.65
HexFB91B402A1C21545d4e
Octal373221264052342524135116
Binary1111101110010001101101000101010111001010101010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91B4; }

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

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

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

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

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

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

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

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