#F2A5AC

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

Shades of Illusion #F2A5AC

Tints of Illusion #F2A5AC

Color information

#F2A5AC (or 0xF2A5AC) is unknown color: approx Illusion. HEX triplet: F2, A5 and AC. RGB value is (242,165,172). Sum of RGB (Red+Green+Blue) = 242+165+172=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A5AC is #0D5A53. Grayscale: #BCBCBC. Windows color (decimal): -875092 or 11314674. OLE color: 11314674.

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

Color convert

RGB242165172-
CMYK00.320.290.05
HSL354.55º74.76%79.8%-
HSV(B)354.55º31.82%94.9%-
XYZ57.5248.7745.41-
YUV188.82118.51165.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=41.80%
G=28.50%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216517200.320.290.05354.5574.7679.8
HexF2A5AC0201D51634b50
Octal362245254040355543113120
Binary11110010101001011010110001000001110110110110001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5AC; }

 p { color: rgb(242,165,172); }

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

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

 a { background-color: rgb(242,165,172); }

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

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

 span { border-color: rgb(242,165,172); }

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