#FAA4AA

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

Shades of Illusion #FAA4AA

Tints of Illusion #FAA4AA

Color information

#FAA4AA (or 0xFAA4AA) is unknown color: approx Illusion. HEX triplet: FA, A4 and AA. RGB value is (250,164,170). Sum of RGB (Red+Green+Blue) = 250+164+170=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA4AA is #055B55. Grayscale: #BEBEBE. Windows color (decimal): -351062 or 11183354. OLE color: 11183354.

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

Color convert

RGB250164170-
CMYK00.340.320.02
HSL355.81º89.58%81.18%-
HSV(B)355.81º34.4%98.04%-
XYZ59.9649.7844.48-
YUV190.4116.49170.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=42.81%
G=28.08%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016417000.340.320.02355.8189.5881.18
HexFAA4AA0222021645a51
Octal372244252042402544132121
Binary11111010101001001010101001000101000001010110010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA4AA; }

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

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

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

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

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

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

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

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