#FB94B1

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

Shades of Illusion #FB94B1

Tints of Illusion #FB94B1

Color information

#FB94B1 (or 0xFB94B1) is unknown color: approx Illusion. HEX triplet: FB, 94 and B1. RGB value is (251,148,177). Sum of RGB (Red+Green+Blue) = 251+148+177=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB94B1 is #046B4E. Grayscale: #B6B6B6. Windows color (decimal): -289615 or 11638011. OLE color: 11638011.

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

Color convert

RGB251148177-
CMYK00.410.290.02
HSL343.11º92.79%78.24%-
HSV(B)343.11º41.04%98.43%-
XYZ58.3144.8647.18-
YUV182.1125.12177.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 177 (69.53% from 255) = 30.73%
R=43.58%
G=25.69%
B=30.73%

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
Decimal25114817700.410.290.02343.1192.7978.24
HexFB94B10291D21575d4e
Octal373224261051352527135116
Binary1111101110010100101100010101001111011010101011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94B1; }

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

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

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

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

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

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

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

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