#FA9CBA

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

Shades of Illusion #FA9CBA

Tints of Illusion #FA9CBA

Color information

#FA9CBA (or 0xFA9CBA) is unknown color: approx Illusion. HEX triplet: FA, 9C and BA. RGB value is (250,156,186). Sum of RGB (Red+Green+Blue) = 250+156+186=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CBA is #056345. Grayscale: #BBBBBB. Windows color (decimal): -353094 or 12229882. OLE color: 12229882.

HSL color Cylindrical-coordinate representation of color #FA9CBA: hue angle of 340.85º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CBA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250156186-
CMYK00.380.260.02
HSL340.85º90.38%79.61%-
HSV(B)340.85º37.6%98.04%-
XYZ60.1847.6552.48-
YUV187.53127.14172.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 156 (61.33% from 255) = 26.35%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=42.23%
G=26.35%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015618600.380.260.02340.8590.3879.61
HexFA9CBA0261A21555a50
Octal372234272046322525132120
Binary1111101010011100101110100100110110101010101010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CBA; }

 p { color: rgb(250,156,186); }

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

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

 a { background-color: rgb(250,156,186); }

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

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

 span { border-color: rgb(250,156,186); }

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