#F6A6AF

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

Shades of Illusion #F6A6AF

Tints of Illusion #F6A6AF

Color information

#F6A6AF (or 0xF6A6AF) is unknown color: approx Illusion. HEX triplet: F6, A6 and AF. RGB value is (246,166,175). Sum of RGB (Red+Green+Blue) = 246+166+175=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A6AF is #095950. Grayscale: #BEBEBE. Windows color (decimal): -612689 or 11511542. OLE color: 11511542.

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

Color convert

RGB246166175-
CMYK00.330.290.04
HSL353.25º81.63%80.78%-
HSV(B)353.25º32.52%96.47%-
XYZ59.3849.9647.07-
YUV190.95119167.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=41.91%
G=28.28%
B=29.81%

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
Decimal24616617500.330.290.04353.2581.6380.78
HexF6A6AF0211D41615251
Octal366246257041354541122121
Binary11110110101001101010111101000011110110010110000110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A6AF; }

 p { color: rgb(246,166,175); }

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

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

 a { background-color: rgb(246,166,175); }

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

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

 span { border-color: rgb(246,166,175); }

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