#FB94B2

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

Shades of Illusion #FB94B2

Tints of Illusion #FB94B2

Color information

#FB94B2 (or 0xFB94B2) is unknown color: approx Illusion. HEX triplet: FB, 94 and B2. RGB value is (251,148,178). Sum of RGB (Red+Green+Blue) = 251+148+178=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB94B2 is #046B4D. Grayscale: #B6B6B6. Windows color (decimal): -289614 or 11703547. OLE color: 11703547.

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

Color convert

RGB251148178-
CMYK00.410.290.02
HSL342.52º92.79%78.24%-
HSV(B)342.52º41.04%98.43%-
XYZ58.4144.947.71-
YUV182.22125.62177.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 178 (69.92% from 255) = 30.85%
R=43.50%
G=25.65%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114817800.410.290.02342.5292.7978.24
HexFB94B20291D21575d4e
Octal373224262051352527135116
Binary1111101110010100101100100101001111011010101011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94B2; }

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

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

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

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

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

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

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

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