#FA99AE

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

Shades of Illusion #FA99AE

Tints of Illusion #FA99AE

Color information

#FA99AE (or 0xFA99AE) is unknown color: approx Illusion. HEX triplet: FA, 99 and AE. RGB value is (250,153,174). Sum of RGB (Red+Green+Blue) = 250+153+174=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99AE is #056651. Grayscale: #B8B8B8. Windows color (decimal): -353874 or 11442682. OLE color: 11442682.

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

Color convert

RGB250153174-
CMYK00.390.300.02
HSL347.01º90.65%79.02%-
HSV(B)347.01º38.8%98.04%-
XYZ58.4646.1645.87-
YUV184.4122.14174.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=43.33%
G=26.52%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015317400.390.300.02347.0190.6579.02
HexFA99AE0271E215b5b4f
Octal372231256047362533133117
Binary1111101010011001101011100100111111101010101101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99AE; }

 p { color: rgb(250,153,174); }

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

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

 a { background-color: rgb(250,153,174); }

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

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

 span { border-color: rgb(250,153,174); }

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