#FA96B0

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

Shades of Illusion #FA96B0

Tints of Illusion #FA96B0

Color information

#FA96B0 (or 0xFA96B0) is unknown color: approx Illusion. HEX triplet: FA, 96 and B0. RGB value is (250,150,176). Sum of RGB (Red+Green+Blue) = 250+150+176=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96B0 is #05694F. Grayscale: #B6B6B6. Windows color (decimal): -354640 or 11572986. OLE color: 11572986.

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

Color convert

RGB250150176-
CMYK00.40.300.02
HSL344.4º90.91%78.43%-
HSV(B)344.4º40%98.04%-
XYZ58.1745.2746.75-
YUV182.86124.13175.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=43.40%
G=26.04%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015017600.40.300.02344.490.9178.43
HexFA96B00281E21585b4e
Octal372226260050362530133116
Binary1111101010010110101100000101000111101010101100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96B0; }

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

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

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

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

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

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

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

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