Shades of Illusion #FF9AB0
Tints of Illusion #FF9AB0
RGB
CMYK
RGB Variations
Color information
#FF9AB0 (or 0xFF9AB0) is known color: Illusion. HEX triplet: FF, 9A and B0. RGB value is (255,154,176). Sum of RGB (Red+Green+Blue) = 255+154+176=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9AB0 is #00654F. Grayscale: #BABABA. Windows color (decimal): -25936 or 11574015. OLE color: 11574015.
HSL color Cylindrical-coordinate representation of color #FF9AB0: hue angle of 346.93º 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 #FF9AB0 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 176 | - |
| CMYK | 0 | 0.40 | 0.31 | 0 |
| HSL | 346.93º | 1% | 0.8% | - |
| HSV(B) | 346.93º | 0.4% | 1% | - |
| XYZ | 60.63 | 47.51 | 47.05 | - |
| YUV | 186.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 176 | 0 | 0.40 | 0.31 | 0 | 346.93 | 1 | 0.8 |
| Hex | FF | 9A | B0 | 0 | 28 | 1F | 0 | 15B | 64 | 50 |
| Octal | 377 | 232 | 260 | 0 | 50 | 37 | 0 | 533 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10110000 | 0 | 101000 | 11111 | 0 | 101011011 | 1100100 | 1010000 |
Color Harmonies of #FF9AB0
Complementary color
Monochromatic Colors of #FF9AB0
Black with #FF9AB0
Text Example
Text Example
White with #FF9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AB0; }
p { color: rgb(255,154,176); }
H1.HeaderClassName
{
color: #FF9AB0;
}
.AnyTagClassName
{
color: #FF9AB0;
}
</style>
background-color css
<style>
a { background-color: #FF9AB0; }
a { background-color: rgb(255,154,176); }
div.DivClassName
{
background-color: #FF9AB0;
}
.BgClassName
{
background-color: #FF9AB0;
}
</style>
border-color css
<style>
span { border-color: #FF9AB0; }
span { border-color: rgb(255,154,176); }
td.TdClassName
{
border-color: #FF9AB0;
}
.TagClassName
{
border-color: #FF9AB0;
}
</style>