#FA9DAB

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

Shades of Illusion #FA9DAB

Tints of Illusion #FA9DAB

Color information

#FA9DAB (or 0xFA9DAB) is unknown color: approx Illusion. HEX triplet: FA, 9D and AB. RGB value is (250,157,171). Sum of RGB (Red+Green+Blue) = 250+157+171=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DAB is #056254. Grayscale: #BABABA. Windows color (decimal): -352853 or 11247098. OLE color: 11247098.

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

Color convert

RGB250157171-
CMYK00.370.320.02
HSL350.97º90.29%79.8%-
HSV(B)350.97º37.2%98.04%-
XYZ58.8347.3844.57-
YUV186.4119.31173.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=43.25%
G=27.16%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015717100.370.320.02350.9790.2979.8
HexFA9DAB02520215f5a50
Octal372235253045402537132120
Binary11111010100111011010101101001011000001010101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DAB; }

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

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

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

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

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

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

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

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