Shades of Illusion #FF9AB2
Tints of Illusion #FF9AB2
RGB
CMYK
RGB Variations
Color information
#FF9AB2 (or 0xFF9AB2) is known color: Illusion. HEX triplet: FF, 9A and B2. RGB value is (255,154,178). Sum of RGB (Red+Green+Blue) = 255+154+178=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9AB2 is #00654D. Grayscale: #BABABA. Windows color (decimal): -25934 or 11705087. OLE color: 11705087.
HSL color Cylindrical-coordinate representation of color #FF9AB2: hue angle of 345.74º 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 #FF9AB2 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 178 | - |
| CMYK | 0 | 0.40 | 0.30 | 0 |
| HSL | 345.74º | 1% | 0.8% | - |
| HSV(B) | 345.74º | 0.4% | 1% | - |
| XYZ | 60.83 | 47.59 | 48.1 | - |
| YUV | 186.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 178 | 0 | 0.40 | 0.30 | 0 | 345.74 | 1 | 0.8 |
| Hex | FF | 9A | B2 | 0 | 28 | 1E | 0 | 15A | 64 | 50 |
| Octal | 377 | 232 | 262 | 0 | 50 | 36 | 0 | 532 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10110010 | 0 | 101000 | 11110 | 0 | 101011010 | 1100100 | 1010000 |
Color Harmonies of #FF9AB2
Complementary color
Monochromatic Colors of #FF9AB2
Black with #FF9AB2
Text Example
Text Example
White with #FF9AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AB2; }
p { color: rgb(255,154,178); }
H1.HeaderClassName
{
color: #FF9AB2;
}
.AnyTagClassName
{
color: #FF9AB2;
}
</style>
background-color css
<style>
a { background-color: #FF9AB2; }
a { background-color: rgb(255,154,178); }
div.DivClassName
{
background-color: #FF9AB2;
}
.BgClassName
{
background-color: #FF9AB2;
}
</style>
border-color css
<style>
span { border-color: #FF9AB2; }
span { border-color: rgb(255,154,178); }
td.TdClassName
{
border-color: #FF9AB2;
}
.TagClassName
{
border-color: #FF9AB2;
}
</style>