#FB95B2

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

Shades of Illusion #FB95B2

Tints of Illusion #FB95B2

Color information

#FB95B2 (or 0xFB95B2) is unknown color: approx Illusion. HEX triplet: FB, 95 and B2. RGB value is (251,149,178). Sum of RGB (Red+Green+Blue) = 251+149+178=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB95B2 is #046A4D. Grayscale: #B6B6B6. Windows color (decimal): -289358 or 11703803. OLE color: 11703803.

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

Color convert

RGB251149178-
CMYK00.410.290.02
HSL342.94º92.73%78.43%-
HSV(B)342.94º40.64%98.43%-
XYZ58.5745.2247.76-
YUV182.8125.29176.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=43.43%
G=25.78%
B=30.80%

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
Decimal25114917800.410.290.02342.9492.7378.43
HexFB95B20291D21575d4e
Octal373225262051352527135116
Binary1111101110010101101100100101001111011010101011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95B2; }

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

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

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

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

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

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

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

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