Shades of Illusion #F69CAC
Tints of Illusion #F69CAC
RGB
CMYK
RGB Variations
Color information
#F69CAC (or 0xF69CAC) is known color: Illusion. HEX triplet: F6, 9C and AC. RGB value is (246,156,172). Sum of RGB (Red+Green+Blue) = 246+156+172=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69CAC is #096353. Grayscale: #B8B8B8. Windows color (decimal): -615252 or 11312374. OLE color: 11312374.
HSL color Cylindrical-coordinate representation of color #F69CAC: hue angle of 349.33º 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 #F69CAC is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 172 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.04 |
| HSL | 349.33º | 0.83% | 0.79% | - |
| HSV(B) | 349.33º | 0.37% | 0.96% | - |
| XYZ | 57.34 | 46.35 | 44.95 | - |
| YUV | 184.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 172 | 0 | 0.37 | 0.30 | 0.04 | 349.33 | 0.83 | 0.79 |
| Hex | F6 | 9C | AC | 0 | 25 | 1E | 4 | 15D | 53 | 4F |
| Octal | 366 | 234 | 254 | 0 | 45 | 36 | 4 | 535 | 123 | 117 |
| Binary | 11110110 | 10011100 | 10101100 | 0 | 100101 | 11110 | 100 | 101011101 | 1010011 | 1001111 |
Color Harmonies of #F69CAC
Complementary color
Monochromatic Colors of #F69CAC
Black with #F69CAC
Text Example
Text Example
White with #F69CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CAC; }
p { color: rgb(246,156,172); }
H1.HeaderClassName
{
color: #F69CAC;
}
.AnyTagClassName
{
color: #F69CAC;
}
</style>
background-color css
<style>
a { background-color: #F69CAC; }
a { background-color: rgb(246,156,172); }
div.DivClassName
{
background-color: #F69CAC;
}
.BgClassName
{
background-color: #F69CAC;
}
</style>
border-color css
<style>
span { border-color: #F69CAC; }
span { border-color: rgb(246,156,172); }
td.TdClassName
{
border-color: #F69CAC;
}
.TagClassName
{
border-color: #F69CAC;
}
</style>