#FB94B8

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

Shades of Illusion #FB94B8

Tints of Illusion #FB94B8

Color information

#FB94B8 (or 0xFB94B8) is unknown color: approx Illusion. HEX triplet: FB, 94 and B8. RGB value is (251,148,184). Sum of RGB (Red+Green+Blue) = 251+148+184=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94B8 is #046B47. Grayscale: #B6B6B6. Windows color (decimal): -289608 or 12096763. OLE color: 12096763.

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

Color convert

RGB251148184-
CMYK00.410.270.02
HSL339.03º92.79%78.24%-
HSV(B)339.03º41.04%98.43%-
XYZ59.0345.1550.95-
YUV182.9128.62176.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 148 (58.20% from 255) = 25.39%
BLUE value IS 184 (72.27% from 255) = 31.56%
R=43.05%
G=25.39%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114818400.410.270.02339.0392.7978.24
HexFB94B80291B21535d4e
Octal373224270051332523135116
Binary1111101110010100101110000101001110111010101001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94B8; }

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

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

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

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

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

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

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

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