#F2A4AE

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

Shades of Illusion #F2A4AE

Tints of Illusion #F2A4AE

Color information

#F2A4AE (or 0xF2A4AE) is unknown color: approx Illusion. HEX triplet: F2, A4 and AE. RGB value is (242,164,174). Sum of RGB (Red+Green+Blue) = 242+164+174=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A4AE is #0D5B51. Grayscale: #BCBCBC. Windows color (decimal): -875346 or 11445490. OLE color: 11445490.

HSL color Cylindrical-coordinate representation of color #F2A4AE: hue angle of 352.31º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A4AE is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242164174-
CMYK00.320.280.05
HSL352.31º75%79.61%-
HSV(B)352.31º32.23%94.9%-
XYZ57.5348.4846.37-
YUV188.46119.84166.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 174 (68.36% from 255) = 30%
R=41.72%
G=28.28%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216417400.320.280.05352.317579.61
HexF2A4AE0201C51604b50
Octal362244256040345540113120
Binary11110010101001001010111001000001110010110110000010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A4AE; }

 p { color: rgb(242,164,174); }

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

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

 a { background-color: rgb(242,164,174); }

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

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

 span { border-color: rgb(242,164,174); }

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