#FA9DAF

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

Shades of Illusion #FA9DAF

Tints of Illusion #FA9DAF

Color information

#FA9DAF (or 0xFA9DAF) is unknown color: approx Illusion. HEX triplet: FA, 9D and AF. RGB value is (250,157,175). Sum of RGB (Red+Green+Blue) = 250+157+175=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DAF is #056250. Grayscale: #BABABA. Windows color (decimal): -352849 or 11509242. OLE color: 11509242.

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

Color convert

RGB250157175-
CMYK00.370.30.02
HSL348.39º90.29%79.8%-
HSV(B)348.39º37.2%98.04%-
XYZ59.2247.5346.61-
YUV186.86121.31173.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=42.96%
G=26.98%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015717500.370.30.02348.3990.2979.8
HexFA9DAF0251E215c5a50
Octal372235257045362534132120
Binary1111101010011101101011110100101111101010101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DAF; }

 p { color: rgb(250,157,175); }

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

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

 a { background-color: rgb(250,157,175); }

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

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

 span { border-color: rgb(250,157,175); }

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