Shades of Illusion #FFA0B3
Tints of Illusion #FFA0B3
RGB
CMYK
RGB Variations
Color information
#FFA0B3 (or 0xFFA0B3) is known color: Illusion. HEX triplet: FF, A0 and B3. RGB value is (255,160,179). Sum of RGB (Red+Green+Blue) = 255+160+179=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0B3 is #005F4C. Grayscale: #BEBEBE. Windows color (decimal): -24397 or 11772159. OLE color: 11772159.
HSL color Cylindrical-coordinate representation of color #FFA0B3: hue angle of 348º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0B3 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 179 | - |
| CMYK | 0 | 0.37 | 0.30 | 0 |
| HSL | 348º | 1% | 0.81% | - |
| HSV(B) | 348º | 0.37% | 1% | - |
| XYZ | 61.95 | 49.66 | 48.97 | - |
| YUV | 190.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 179 | 0 | 0.37 | 0.30 | 0 | 348 | 1 | 0.81 |
| Hex | FF | A0 | B3 | 0 | 25 | 1E | 0 | 15C | 64 | 51 |
| Octal | 377 | 240 | 263 | 0 | 45 | 36 | 0 | 534 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10110011 | 0 | 100101 | 11110 | 0 | 101011100 | 1100100 | 1010001 |
Color Harmonies of #FFA0B3
Complementary color
Monochromatic Colors of #FFA0B3
Black with #FFA0B3
Text Example
Text Example
White with #FFA0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0B3; }
p { color: rgb(255,160,179); }
H1.HeaderClassName
{
color: #FFA0B3;
}
.AnyTagClassName
{
color: #FFA0B3;
}
</style>
background-color css
<style>
a { background-color: #FFA0B3; }
a { background-color: rgb(255,160,179); }
div.DivClassName
{
background-color: #FFA0B3;
}
.BgClassName
{
background-color: #FFA0B3;
}
</style>
border-color css
<style>
span { border-color: #FFA0B3; }
span { border-color: rgb(255,160,179); }
td.TdClassName
{
border-color: #FFA0B3;
}
.TagClassName
{
border-color: #FFA0B3;
}
</style>