#FA9DAD

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

Shades of Illusion #FA9DAD

Tints of Illusion #FA9DAD

Color information

#FA9DAD (or 0xFA9DAD) is unknown color: approx Illusion. HEX triplet: FA, 9D and AD. RGB value is (250,157,173). Sum of RGB (Red+Green+Blue) = 250+157+173=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DAD is #056252. Grayscale: #BABABA. Windows color (decimal): -352851 or 11378170. OLE color: 11378170.

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

Color convert

RGB250157173-
CMYK00.370.310.02
HSL349.68º90.29%79.8%-
HSV(B)349.68º37.2%98.04%-
XYZ59.0247.4645.58-
YUV186.63120.31173.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=43.10%
G=27.07%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015717300.370.310.02349.6890.2979.8
HexFA9DAD0251F215e5a50
Octal372235255045372536132120
Binary1111101010011101101011010100101111111010101111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DAD; }

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

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

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

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

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

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

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

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