Shades of Illusion #F69DAC
Tints of Illusion #F69DAC
RGB
CMYK
RGB Variations
Color information
#F69DAC (or 0xF69DAC) is known color: Illusion. HEX triplet: F6, 9D and AC. RGB value is (246,157,172). Sum of RGB (Red+Green+Blue) = 246+157+172=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69DAC is #096253. Grayscale: #B9B9B9. Windows color (decimal): -614996 or 11312630. OLE color: 11312630.
HSL color Cylindrical-coordinate representation of color #F69DAC: hue angle of 349.89º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DAC is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 172 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.04 |
| HSL | 349.89º | 0.83% | 0.79% | - |
| HSV(B) | 349.89º | 0.36% | 0.96% | - |
| XYZ | 57.51 | 46.69 | 45.01 | - |
| YUV | 185.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 172 | 0 | 0.36 | 0.30 | 0.04 | 349.89 | 0.83 | 0.79 |
| Hex | F6 | 9D | AC | 0 | 24 | 1E | 4 | 15E | 53 | 4F |
| Octal | 366 | 235 | 254 | 0 | 44 | 36 | 4 | 536 | 123 | 117 |
| Binary | 11110110 | 10011101 | 10101100 | 0 | 100100 | 11110 | 100 | 101011110 | 1010011 | 1001111 |
Color Harmonies of #F69DAC
Complementary color
Monochromatic Colors of #F69DAC
Black with #F69DAC
Text Example
Text Example
White with #F69DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69DAC; }
p { color: rgb(246,157,172); }
H1.HeaderClassName
{
color: #F69DAC;
}
.AnyTagClassName
{
color: #F69DAC;
}
</style>
background-color css
<style>
a { background-color: #F69DAC; }
a { background-color: rgb(246,157,172); }
div.DivClassName
{
background-color: #F69DAC;
}
.BgClassName
{
background-color: #F69DAC;
}
</style>
border-color css
<style>
span { border-color: #F69DAC; }
span { border-color: rgb(246,157,172); }
td.TdClassName
{
border-color: #F69DAC;
}
.TagClassName
{
border-color: #F69DAC;
}
</style>