Shades of Illusion #FFA1B4
Tints of Illusion #FFA1B4
RGB
CMYK
RGB Variations
Color information
#FFA1B4 (or 0xFFA1B4) is known color: Illusion. HEX triplet: FF, A1 and B4. RGB value is (255,161,180). Sum of RGB (Red+Green+Blue) = 255+161+180=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1B4 is #005E4B. Grayscale: #BFBFBF. Windows color (decimal): -24140 or 11837951. OLE color: 11837951.
HSL color Cylindrical-coordinate representation of color #FFA1B4: hue angle of 347.87º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1B4 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 180 | - |
| CMYK | 0 | 0.37 | 0.29 | 0 |
| HSL | 347.87º | 1% | 0.82% | - |
| HSV(B) | 347.87º | 0.37% | 1% | - |
| XYZ | 62.22 | 50.05 | 49.56 | - |
| YUV | 191.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 180 | 0 | 0.37 | 0.29 | 0 | 347.87 | 1 | 0.82 |
| Hex | FF | A1 | B4 | 0 | 25 | 1D | 0 | 15C | 64 | 52 |
| Octal | 377 | 241 | 264 | 0 | 45 | 35 | 0 | 534 | 144 | 122 |
| Binary | 11111111 | 10100001 | 10110100 | 0 | 100101 | 11101 | 0 | 101011100 | 1100100 | 1010010 |
Color Harmonies of #FFA1B4
Complementary color
Monochromatic Colors of #FFA1B4
Black with #FFA1B4
Text Example
Text Example
White with #FFA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1B4; }
p { color: rgb(255,161,180); }
H1.HeaderClassName
{
color: #FFA1B4;
}
.AnyTagClassName
{
color: #FFA1B4;
}
</style>
background-color css
<style>
a { background-color: #FFA1B4; }
a { background-color: rgb(255,161,180); }
div.DivClassName
{
background-color: #FFA1B4;
}
.BgClassName
{
background-color: #FFA1B4;
}
</style>
border-color css
<style>
span { border-color: #FFA1B4; }
span { border-color: rgb(255,161,180); }
td.TdClassName
{
border-color: #FFA1B4;
}
.TagClassName
{
border-color: #FFA1B4;
}
</style>