#FA9BB1

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

Shades of Illusion #FA9BB1

Tints of Illusion #FA9BB1

Color information

#FA9BB1 (or 0xFA9BB1) is unknown color: approx Illusion. HEX triplet: FA, 9B and B1. RGB value is (250,155,177). Sum of RGB (Red+Green+Blue) = 250+155+177=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BB1 is #05644E. Grayscale: #B9B9B9. Windows color (decimal): -353359 or 11639802. OLE color: 11639802.

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

Color convert

RGB250155177-
CMYK00.380.290.02
HSL346.11º90.48%79.41%-
HSV(B)346.11º38%98.04%-
XYZ59.0846.9447.54-
YUV185.91122.97173.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 155 (60.94% from 255) = 26.63%
BLUE value IS 177 (69.53% from 255) = 30.41%
R=42.96%
G=26.63%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015517700.380.290.02346.1190.4879.41
HexFA9BB10261D215a5a4f
Octal372233261046352532132117
Binary1111101010011011101100010100110111011010101101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BB1; }

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

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

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

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

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

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

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

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