#FA95B0

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

Shades of Illusion #FA95B0

Tints of Illusion #FA95B0

Color information

#FA95B0 (or 0xFA95B0) is unknown color: approx Illusion. HEX triplet: FA, 95 and B0. RGB value is (250,149,176). Sum of RGB (Red+Green+Blue) = 250+149+176=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA95B0 is #056A4F. Grayscale: #B6B6B6. Windows color (decimal): -354896 or 11572730. OLE color: 11572730.

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

Color convert

RGB250149176-
CMYK00.400.300.02
HSL343.96º90.99%78.24%-
HSV(B)343.96º40.4%98.04%-
XYZ58.0144.9546.69-
YUV182.28124.46176.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=43.48%
G=25.91%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014917600.400.300.02343.9690.9978.24
HexFA95B00281E21585b4e
Octal372225260050362530133116
Binary1111101010010101101100000101000111101010101100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95B0; }

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

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

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

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

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

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

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

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