#FA8DB4

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

Shades of Illusion #FA8DB4

Tints of Illusion #FA8DB4

Color information

#FA8DB4 (or 0xFA8DB4) is unknown color: approx Illusion. HEX triplet: FA, 8D and B4. RGB value is (250,141,180). Sum of RGB (Red+Green+Blue) = 250+141+180=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DB4 is #05724B. Grayscale: #B1B1B1. Windows color (decimal): -356940 or 11832826. OLE color: 11832826.

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

Color convert

RGB250141180-
CMYK00.440.280.02
HSL338.53º91.6%76.67%-
HSV(B)338.53º43.6%98.04%-
XYZ57.1942.6748.4-
YUV178.04129.11179.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=43.78%
G=24.69%
B=31.52%

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
Decimal25014118000.440.280.02338.5391.676.67
HexFA8DB402C1C21535c4d
Octal372215264054342523134115
Binary1111101010001101101101000101100111001010101001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DB4; }

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

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

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

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

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

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

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

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