#F69BAC

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

Shades of Illusion #F69BAC

Tints of Illusion #F69BAC

Color information

#F69BAC (or 0xF69BAC) is unknown color: approx Illusion. HEX triplet: F6, 9B and AC. RGB value is (246,155,172). Sum of RGB (Red+Green+Blue) = 246+155+172=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69BAC is #096453. Grayscale: #B8B8B8. Windows color (decimal): -615508 or 11312118. OLE color: 11312118.

HSL color Cylindrical-coordinate representation of color #F69BAC: hue angle of 348.79º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BAC is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246155172-
CMYK00.370.300.04
HSL348.79º83.49%78.63%-
HSV(B)348.79º36.99%96.47%-
XYZ57.1746.0144.9-
YUV184.15121.15172.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=42.93%
G=27.05%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615517200.370.300.04348.7983.4978.63
HexF69BAC0251E415d534f
Octal366233254045364535123117
Binary11110110100110111010110001001011111010010101110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BAC; }

 p { color: rgb(246,155,172); }

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

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

 a { background-color: rgb(246,155,172); }

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

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

 span { border-color: rgb(246,155,172); }

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