#FB9BB1

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

Shades of Illusion #FB9BB1

Tints of Illusion #FB9BB1

Color information

#FB9BB1 (or 0xFB9BB1) is unknown color: approx Illusion. HEX triplet: FB, 9B and B1. RGB value is (251,155,177). Sum of RGB (Red+Green+Blue) = 251+155+177=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9BB1 is #04644E. Grayscale: #BABABA. Windows color (decimal): -287823 or 11639803. OLE color: 11639803.

HSL color Cylindrical-coordinate representation of color #FB9BB1: hue angle of 346.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9BB1 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251155177-
CMYK00.380.290.02
HSL346.25º92.31%79.61%-
HSV(B)346.25º38.25%98.43%-
XYZ59.4447.1347.56-
YUV186.21122.8174.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=43.05%
G=26.59%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115517700.380.290.02346.2592.3179.61
HexFB9BB10261D215a5c50
Octal373233261046352532134120
Binary1111101110011011101100010100110111011010101101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9BB1; }

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

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

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

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

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

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

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

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