#FA96B1

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

Shades of Illusion #FA96B1

Tints of Illusion #FA96B1

Color information

#FA96B1 (or 0xFA96B1) is unknown color: approx Illusion. HEX triplet: FA, 96 and B1. RGB value is (250,150,177). Sum of RGB (Red+Green+Blue) = 250+150+177=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96B1 is #05694E. Grayscale: #B6B6B6. Windows color (decimal): -354639 or 11638522. OLE color: 11638522.

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

Color convert

RGB250150177-
CMYK00.40.290.02
HSL343.8º90.91%78.43%-
HSV(B)343.8º40%98.04%-
XYZ58.2745.3147.27-
YUV182.98124.63175.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=43.33%
G=26.00%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015017700.40.290.02343.890.9178.43
HexFA96B10281D21585b4e
Octal372226261050352530133116
Binary1111101010010110101100010101000111011010101100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96B1; }

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

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

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

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

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

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

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

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