#FAA5AF

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

Shades of Illusion #FAA5AF

Tints of Illusion #FAA5AF

Color information

#FAA5AF (or 0xFAA5AF) is unknown color: approx Illusion. HEX triplet: FA, A5 and AF. RGB value is (250,165,175). Sum of RGB (Red+Green+Blue) = 250+165+175=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5AF is #055A50. Grayscale: #BFBFBF. Windows color (decimal): -350801 or 11511290. OLE color: 11511290.

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

Color convert

RGB250165175-
CMYK00.340.30.02
HSL352.94º89.47%81.37%-
HSV(B)352.94º34%98.04%-
XYZ60.6250.3347.08-
YUV191.55118.66169.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=42.37%
G=27.97%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016517500.340.30.02352.9489.4781.37
HexFAA5AF0221E21615951
Octal372245257042362541131121
Binary1111101010100101101011110100010111101010110000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA5AF; }

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

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

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

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

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

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

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

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