#FAA4AC

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

Shades of Illusion #FAA4AC

Tints of Illusion #FAA4AC

Color information

#FAA4AC (or 0xFAA4AC) is unknown color: approx Illusion. HEX triplet: FA, A4 and AC. RGB value is (250,164,172). Sum of RGB (Red+Green+Blue) = 250+164+172=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA4AC is #055B53. Grayscale: #BEBEBE. Windows color (decimal): -351060 or 11314426. OLE color: 11314426.

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

Color convert

RGB250164172-
CMYK00.340.310.02
HSL354.42º89.58%81.18%-
HSV(B)354.42º34.4%98.04%-
XYZ60.1549.8545.48-
YUV190.63117.49170.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=42.66%
G=27.99%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016417200.340.310.02354.4289.5881.18
HexFAA4AC0221F21625a51
Octal372244254042372542132121
Binary1111101010100100101011000100010111111010110001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA4AC; }

 p { color: rgb(250,164,172); }

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

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

 a { background-color: rgb(250,164,172); }

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

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

 span { border-color: rgb(250,164,172); }

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