#FA8BB2

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

Shades of Illusion #FA8BB2

Tints of Illusion #FA8BB2

Color information

#FA8BB2 (or 0xFA8BB2) is unknown color: approx Illusion. HEX triplet: FA, 8B and B2. RGB value is (250,139,178). Sum of RGB (Red+Green+Blue) = 250+139+178=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BB2 is #05744D. Grayscale: #B0B0B0. Windows color (decimal): -357454 or 11701242. OLE color: 11701242.

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

Color convert

RGB250139178-
CMYK00.440.290.02
HSL338.92º91.74%76.27%-
HSV(B)338.92º44.4%98.04%-
XYZ56.694247.24-
YUV176.64128.77180.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 139 (54.69% from 255) = 24.51%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=44.09%
G=24.51%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013917800.440.290.02338.9291.7476.27
HexFA8BB202C1D21535c4c
Octal372213262054352523134114
Binary1111101010001011101100100101100111011010101001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BB2; }

 p { color: rgb(250,139,178); }

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

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

 a { background-color: rgb(250,139,178); }

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

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

 span { border-color: rgb(250,139,178); }

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