#FB94BA

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

Shades of Illusion #FB94BA

Tints of Illusion #FB94BA

Color information

#FB94BA (or 0xFB94BA) is unknown color: approx Illusion. HEX triplet: FB, 94 and BA. RGB value is (251,148,186). Sum of RGB (Red+Green+Blue) = 251+148+186=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94BA is #046B45. Grayscale: #B7B7B7. Windows color (decimal): -289606 or 12227835. OLE color: 12227835.

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

Color convert

RGB251148186-
CMYK00.410.260.02
HSL337.86º92.79%78.24%-
HSV(B)337.86º41.04%98.43%-
XYZ59.2445.2352.06-
YUV183.13129.62176.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=42.91%
G=25.30%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114818600.410.260.02337.8692.7978.24
HexFB94BA0291A21525d4e
Octal373224272051322522135116
Binary1111101110010100101110100101001110101010101001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94BA; }

 p { color: rgb(251,148,186); }

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

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

 a { background-color: rgb(251,148,186); }

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

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

 span { border-color: rgb(251,148,186); }

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