#FA8BB5

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

Shades of Illusion #FA8BB5

Tints of Illusion #FA8BB5

Color information

#FA8BB5 (or 0xFA8BB5) is unknown color: approx Illusion. HEX triplet: FA, 8B and B5. RGB value is (250,139,181). Sum of RGB (Red+Green+Blue) = 250+139+181=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BB5 is #05744A. Grayscale: #B0B0B0. Windows color (decimal): -357451 or 11897850. OLE color: 11897850.

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

Color convert

RGB250139181-
CMYK00.440.280.02
HSL337.3º91.74%76.27%-
HSV(B)337.3º44.4%98.04%-
XYZ5742.1348.84-
YUV176.98130.27180.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=43.86%
G=24.39%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013918100.440.280.02337.391.7476.27
HexFA8BB502C1C21515c4c
Octal372213265054342521134114
Binary1111101010001011101101010101100111001010101000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BB5; }

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

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

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

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

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

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

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

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