#FB94B9

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

Shades of Illusion #FB94B9

Tints of Illusion #FB94B9

Color information

#FB94B9 (or 0xFB94B9) is unknown color: approx Illusion. HEX triplet: FB, 94 and B9. RGB value is (251,148,185). Sum of RGB (Red+Green+Blue) = 251+148+185=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94B9 is #046B46. Grayscale: #B6B6B6. Windows color (decimal): -289607 or 12162299. OLE color: 12162299.

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

Color convert

RGB251148185-
CMYK00.410.260.02
HSL338.45º92.79%78.24%-
HSV(B)338.45º41.04%98.43%-
XYZ59.1345.1951.51-
YUV183.02129.12176.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 148 (58.20% from 255) = 25.34%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=42.98%
G=25.34%
B=31.68%

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
Decimal25114818500.410.260.02338.4592.7978.24
HexFB94B90291A21525d4e
Octal373224271051322522135116
Binary1111101110010100101110010101001110101010101001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94B9; }

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

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

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

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

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

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

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

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