#F6A4AE

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

Shades of Illusion #F6A4AE

Tints of Illusion #F6A4AE

Color information

#F6A4AE (or 0xF6A4AE) is unknown color: approx Illusion. HEX triplet: F6, A4 and AE. RGB value is (246,164,174). Sum of RGB (Red+Green+Blue) = 246+164+174=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A4AE is #095B51. Grayscale: #BDBDBD. Windows color (decimal): -613202 or 11445494. OLE color: 11445494.

HSL color Cylindrical-coordinate representation of color #F6A4AE: hue angle of 352.68º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A4AE is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246164174-
CMYK00.330.290.04
HSL352.68º82%80.39%-
HSV(B)352.68º33.33%96.47%-
XYZ58.9249.246.44-
YUV189.66119.17168.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.12%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=42.12%
G=28.08%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616417400.330.290.04352.688280.39
HexF6A4AE0211D41615250
Octal366244256041354541122120
Binary11110110101001001010111001000011110110010110000110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A4AE; }

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

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

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

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

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

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

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

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