#F5A6AF

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

Shades of Illusion #F5A6AF

Tints of Illusion #F5A6AF

Color information

#F5A6AF (or 0xF5A6AF) is unknown color: approx Illusion. HEX triplet: F5, A6 and AF. RGB value is (245,166,175). Sum of RGB (Red+Green+Blue) = 245+166+175=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A6AF is #0A5950. Grayscale: #BEBEBE. Windows color (decimal): -678225 or 11511541. OLE color: 11511541.

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

Color convert

RGB245166175-
CMYK00.320.290.04
HSL353.16º79.8%80.59%-
HSV(B)353.16º32.24%96.08%-
XYZ59.0349.7847.05-
YUV190.65119.17166.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.81%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=41.81%
G=28.33%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516617500.320.290.04353.1679.880.59
HexF5A6AF0201D41615051
Octal365246257040354541120121
Binary11110101101001101010111101000001110110010110000110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A6AF; }

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

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

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

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

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

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

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

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