#F6A3B2

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

Shades of Illusion #F6A3B2

Tints of Illusion #F6A3B2

Color information

#F6A3B2 (or 0xF6A3B2) is unknown color: approx Illusion. HEX triplet: F6, A3 and B2. RGB value is (246,163,178). Sum of RGB (Red+Green+Blue) = 246+163+178=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A3B2 is #095C4D. Grayscale: #BDBDBD. Windows color (decimal): -613454 or 11707382. OLE color: 11707382.

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

Color convert

RGB246163178-
CMYK00.340.280.04
HSL349.16º82.18%80.2%-
HSV(B)349.16º33.74%96.47%-
XYZ59.144948.46-
YUV189.53121.5168.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 163 (64.06% from 255) = 27.77%
BLUE value IS 178 (69.92% from 255) = 30.32%
R=41.91%
G=27.77%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616317800.340.280.04349.1682.1880.2
HexF6A3B20221C415d5250
Octal366243262042344535122120
Binary11110110101000111011001001000101110010010101110110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A3B2; }

 p { color: rgb(246,163,178); }

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

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

 a { background-color: rgb(246,163,178); }

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

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

 span { border-color: rgb(246,163,178); }

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