Shades of Illusion #FF9AB5
Tints of Illusion #FF9AB5
RGB
CMYK
RGB Variations
Color information
#FF9AB5 (or 0xFF9AB5) is known color: Illusion. HEX triplet: FF, 9A and B5. RGB value is (255,154,181). Sum of RGB (Red+Green+Blue) = 255+154+181=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AB5 is #00654A. Grayscale: #BBBBBB. Windows color (decimal): -25931 or 11901695. OLE color: 11901695.
HSL color Cylindrical-coordinate representation of color #FF9AB5: hue angle of 343.96º 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 #FF9AB5 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 181 | - |
| CMYK | 0 | 0.40 | 0.29 | 0 |
| HSL | 343.96º | 1% | 0.8% | - |
| HSV(B) | 343.96º | 0.4% | 1% | - |
| XYZ | 61.14 | 47.71 | 49.7 | - |
| YUV | 187.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 181 | 0 | 0.40 | 0.29 | 0 | 343.96 | 1 | 0.8 |
| Hex | FF | 9A | B5 | 0 | 28 | 1D | 0 | 158 | 64 | 50 |
| Octal | 377 | 232 | 265 | 0 | 50 | 35 | 0 | 530 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10110101 | 0 | 101000 | 11101 | 0 | 101011000 | 1100100 | 1010000 |
Color Harmonies of #FF9AB5
Complementary color
Monochromatic Colors of #FF9AB5
Black with #FF9AB5
Text Example
Text Example
White with #FF9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AB5; }
p { color: rgb(255,154,181); }
H1.HeaderClassName
{
color: #FF9AB5;
}
.AnyTagClassName
{
color: #FF9AB5;
}
</style>
background-color css
<style>
a { background-color: #FF9AB5; }
a { background-color: rgb(255,154,181); }
div.DivClassName
{
background-color: #FF9AB5;
}
.BgClassName
{
background-color: #FF9AB5;
}
</style>
border-color css
<style>
span { border-color: #FF9AB5; }
span { border-color: rgb(255,154,181); }
td.TdClassName
{
border-color: #FF9AB5;
}
.TagClassName
{
border-color: #FF9AB5;
}
</style>