#FA8DB7

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

Shades of Illusion #FA8DB7

Tints of Illusion #FA8DB7

Color information

#FA8DB7 (or 0xFA8DB7) is unknown color: approx Illusion. HEX triplet: FA, 8D and B7. RGB value is (250,141,183). Sum of RGB (Red+Green+Blue) = 250+141+183=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DB7 is #057248. Grayscale: #B2B2B2. Windows color (decimal): -356937 or 12029434. OLE color: 12029434.

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

Color convert

RGB250141183-
CMYK00.440.270.02
HSL336.88º91.6%76.67%-
HSV(B)336.88º43.6%98.04%-
XYZ57.542.7950.03-
YUV178.38130.61179.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=43.55%
G=24.56%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014118300.440.270.02336.8891.676.67
HexFA8DB702C1B21515c4d
Octal372215267054332521134115
Binary1111101010001101101101110101100110111010101000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DB7; }

 p { color: rgb(250,141,183); }

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

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

 a { background-color: rgb(250,141,183); }

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

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

 span { border-color: rgb(250,141,183); }

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