Shades of Illusion #FF9AAD
Tints of Illusion #FF9AAD
RGB
CMYK
RGB Variations
Color information
#FF9AAD (or 0xFF9AAD) is known color: Illusion. HEX triplet: FF, 9A and AD. RGB value is (255,154,173). Sum of RGB (Red+Green+Blue) = 255+154+173=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9AAD is #006552. Grayscale: #BABABA. Windows color (decimal): -25939 or 11377407. OLE color: 11377407.
HSL color Cylindrical-coordinate representation of color #FF9AAD: hue angle of 348.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AAD is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 173 | - |
| CMYK | 0 | 0.40 | 0.32 | 0 |
| HSL | 348.71º | 1% | 0.8% | - |
| HSV(B) | 348.71º | 0.4% | 1% | - |
| XYZ | 60.34 | 47.39 | 45.5 | - |
| YUV | 186.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 173 | 0 | 0.40 | 0.32 | 0 | 348.71 | 1 | 0.8 |
| Hex | FF | 9A | AD | 0 | 28 | 20 | 0 | 15D | 64 | 50 |
| Octal | 377 | 232 | 255 | 0 | 50 | 40 | 0 | 535 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10101101 | 0 | 101000 | 100000 | 0 | 101011101 | 1100100 | 1010000 |
Color Harmonies of #FF9AAD
Complementary color
Monochromatic Colors of #FF9AAD
Black with #FF9AAD
Text Example
Text Example
White with #FF9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AAD; }
p { color: rgb(255,154,173); }
H1.HeaderClassName
{
color: #FF9AAD;
}
.AnyTagClassName
{
color: #FF9AAD;
}
</style>
background-color css
<style>
a { background-color: #FF9AAD; }
a { background-color: rgb(255,154,173); }
div.DivClassName
{
background-color: #FF9AAD;
}
.BgClassName
{
background-color: #FF9AAD;
}
</style>
border-color css
<style>
span { border-color: #FF9AAD; }
span { border-color: rgb(255,154,173); }
td.TdClassName
{
border-color: #FF9AAD;
}
.TagClassName
{
border-color: #FF9AAD;
}
</style>