#FB93B5

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

Shades of Illusion #FB93B5

Tints of Illusion #FB93B5

Color information

#FB93B5 (or 0xFB93B5) is unknown color: approx Illusion. HEX triplet: FB, 93 and B5. RGB value is (251,147,181). Sum of RGB (Red+Green+Blue) = 251+147+181=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93B5 is #046C4A. Grayscale: #B5B5B5. Windows color (decimal): -289867 or 11899899. OLE color: 11899899.

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

Color convert

RGB251147181-
CMYK00.410.280.02
HSL340.38º92.86%78.04%-
HSV(B)340.38º41.43%98.43%-
XYZ58.5644.7149.26-
YUV181.97127.46177.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 181 (71.09% from 255) = 31.26%
R=43.35%
G=25.39%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114718100.410.280.02340.3892.8678.04
HexFB93B50291C21545d4e
Octal373223265051342524135116
Binary1111101110010011101101010101001111001010101010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB93B5; }

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

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

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

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

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

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

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

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