#FA97BC

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

Shades of Illusion #FA97BC

Tints of Illusion #FA97BC

Color information

#FA97BC (or 0xFA97BC) is unknown color: approx Illusion. HEX triplet: FA, 97 and BC. RGB value is (250,151,188). Sum of RGB (Red+Green+Blue) = 250+151+188=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97BC is #056843. Grayscale: #B8B8B8. Windows color (decimal): -354372 or 12359674. OLE color: 12359674.

HSL color Cylindrical-coordinate representation of color #FA97BC: hue angle of 337.58º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97BC is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250151188-
CMYK00.400.250.02
HSL337.58º90.83%78.63%-
HSV(B)337.58º39.6%98.04%-
XYZ59.5746.0953.33-
YUV184.82129.8174.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=42.44%
G=25.64%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015118800.400.250.02337.5890.8378.63
HexFA97BC0281921525b4f
Octal372227274050312522133117
Binary1111101010010111101111000101000110011010101001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97BC; }

 p { color: rgb(250,151,188); }

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

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

 a { background-color: rgb(250,151,188); }

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

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

 span { border-color: rgb(250,151,188); }

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