Shades of Illusion #F69CAE
Tints of Illusion #F69CAE
RGB
CMYK
RGB Variations
Color information
#F69CAE (or 0xF69CAE) is known color: Illusion. HEX triplet: F6, 9C and AE. RGB value is (246,156,174). Sum of RGB (Red+Green+Blue) = 246+156+174=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69CAE is #096351. Grayscale: #B8B8B8. Windows color (decimal): -615250 or 11443446. OLE color: 11443446.
HSL color Cylindrical-coordinate representation of color #F69CAE: hue angle of 348º 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 #F69CAE is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 174 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.04 |
| HSL | 348º | 0.83% | 0.79% | - |
| HSV(B) | 348º | 0.37% | 0.96% | - |
| XYZ | 57.53 | 46.43 | 45.97 | - |
| YUV | 184.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 174 | 0 | 0.37 | 0.29 | 0.04 | 348 | 0.83 | 0.79 |
| Hex | F6 | 9C | AE | 0 | 25 | 1D | 4 | 15C | 53 | 4F |
| Octal | 366 | 234 | 256 | 0 | 45 | 35 | 4 | 534 | 123 | 117 |
| Binary | 11110110 | 10011100 | 10101110 | 0 | 100101 | 11101 | 100 | 101011100 | 1010011 | 1001111 |
Color Harmonies of #F69CAE
Complementary color
Monochromatic Colors of #F69CAE
Black with #F69CAE
Text Example
Text Example
White with #F69CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CAE; }
p { color: rgb(246,156,174); }
H1.HeaderClassName
{
color: #F69CAE;
}
.AnyTagClassName
{
color: #F69CAE;
}
</style>
background-color css
<style>
a { background-color: #F69CAE; }
a { background-color: rgb(246,156,174); }
div.DivClassName
{
background-color: #F69CAE;
}
.BgClassName
{
background-color: #F69CAE;
}
</style>
border-color css
<style>
span { border-color: #F69CAE; }
span { border-color: rgb(246,156,174); }
td.TdClassName
{
border-color: #F69CAE;
}
.TagClassName
{
border-color: #F69CAE;
}
</style>