#FB95B9

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

Shades of Illusion #FB95B9

Tints of Illusion #FB95B9

Color information

#FB95B9 (or 0xFB95B9) is unknown color: approx Illusion. HEX triplet: FB, 95 and B9. RGB value is (251,149,185). Sum of RGB (Red+Green+Blue) = 251+149+185=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95B9 is #046A46. Grayscale: #B7B7B7. Windows color (decimal): -289351 or 12162555. OLE color: 12162555.

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

Color convert

RGB251149185-
CMYK00.410.260.02
HSL338.82º92.73%78.43%-
HSV(B)338.82º40.64%98.43%-
XYZ59.2945.5151.56-
YUV183.6128.79176.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=42.91%
G=25.47%
B=31.62%

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
Decimal25114918500.410.260.02338.8292.7378.43
HexFB95B90291A21535d4e
Octal373225271051322523135116
Binary1111101110010101101110010101001110101010101001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95B9; }

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

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

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

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

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

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

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

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