#FA9CB9

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

Shades of Illusion #FA9CB9

Tints of Illusion #FA9CB9

Color information

#FA9CB9 (or 0xFA9CB9) is unknown color: approx Illusion. HEX triplet: FA, 9C and B9. RGB value is (250,156,185). Sum of RGB (Red+Green+Blue) = 250+156+185=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CB9 is #056346. Grayscale: #BBBBBB. Windows color (decimal): -353095 or 12164346. OLE color: 12164346.

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

Color convert

RGB250156185-
CMYK00.380.260.02
HSL341.49º90.38%79.61%-
HSV(B)341.49º37.6%98.04%-
XYZ60.0747.651.92-
YUV187.41126.64172.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=42.30%
G=26.40%
B=31.30%

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
Decimal25015618500.380.260.02341.4990.3879.61
HexFA9CB90261A21555a50
Octal372234271046322525132120
Binary1111101010011100101110010100110110101010101010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CB9; }

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

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

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

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

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

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

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

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