#FAA1AF

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

Shades of Illusion #FAA1AF

Tints of Illusion #FAA1AF

Color information

#FAA1AF (or 0xFAA1AF) is unknown color: approx Illusion. HEX triplet: FA, A1 and AF. RGB value is (250,161,175). Sum of RGB (Red+Green+Blue) = 250+161+175=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1AF is #055E50. Grayscale: #BDBDBD. Windows color (decimal): -351825 or 11510266. OLE color: 11510266.

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

Color convert

RGB250161175-
CMYK00.360.30.02
HSL350.56º89.9%80.59%-
HSV(B)350.56º35.6%98.04%-
XYZ59.9148.9146.84-
YUV189.21119.99171.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=42.66%
G=27.47%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016117500.360.30.02350.5689.980.59
HexFAA1AF0241E215f5a51
Octal372241257044362537132121
Binary1111101010100001101011110100100111101010101111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1AF; }

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

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

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

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

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

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

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

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