#FA8DB1

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

Shades of Illusion #FA8DB1

Tints of Illusion #FA8DB1

Color information

#FA8DB1 (or 0xFA8DB1) is unknown color: approx Illusion. HEX triplet: FA, 8D and B1. RGB value is (250,141,177). Sum of RGB (Red+Green+Blue) = 250+141+177=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DB1 is #05724E. Grayscale: #B1B1B1. Windows color (decimal): -356943 or 11636218. OLE color: 11636218.

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

Color convert

RGB250141177-
CMYK00.440.290.02
HSL340.18º91.6%76.67%-
HSV(B)340.18º43.6%98.04%-
XYZ56.8942.5546.81-
YUV177.7127.61179.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=44.01%
G=24.82%
B=31.16%

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
Decimal25014117700.440.290.02340.1891.676.67
HexFA8DB102C1D21545c4d
Octal372215261054352524134115
Binary1111101010001101101100010101100111011010101010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DB1; }

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

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

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

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

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

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

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

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