#FB8BB4

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

Shades of Illusion #FB8BB4

Tints of Illusion #FB8BB4

Color information

#FB8BB4 (or 0xFB8BB4) is unknown color: approx Illusion. HEX triplet: FB, 8B and B4. RGB value is (251,139,180). Sum of RGB (Red+Green+Blue) = 251+139+180=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BB4 is #04744B. Grayscale: #B1B1B1. Windows color (decimal): -291916 or 11832315. OLE color: 11832315.

HSL color Cylindrical-coordinate representation of color #FB8BB4: hue angle of 338.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BB4 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251139180-
CMYK00.450.280.02
HSL338.04º93.33%76.47%-
HSV(B)338.04º44.62%98.43%-
XYZ57.2542.2748.32-
YUV177.16129.61180.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=44.04%
G=24.39%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113918000.450.280.02338.0493.3376.47
HexFB8BB402D1C21525d4c
Octal373213264055342522135114
Binary1111101110001011101101000101101111001010101001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8BB4; }

 p { color: rgb(251,139,180); }

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

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

 a { background-color: rgb(251,139,180); }

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

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

 span { border-color: rgb(251,139,180); }

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