Shades of Illusion #FFA1B5
Tints of Illusion #FFA1B5
RGB
CMYK
RGB Variations
Color information
#FFA1B5 (or 0xFFA1B5) is known color: Illusion. HEX triplet: FF, A1 and B5. RGB value is (255,161,181). Sum of RGB (Red+Green+Blue) = 255+161+181=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1B5 is #005E4A. Grayscale: #BFBFBF. Windows color (decimal): -24139 or 11903487. OLE color: 11903487.
HSL color Cylindrical-coordinate representation of color #FFA1B5: hue angle of 347.23º 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 #FFA1B5 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 161 | 181 | - |
CMYK | 0 | 0.37 | 0.29 | 0 |
HSL | 347.23º | 1% | 0.82% | - |
HSV(B) | 347.23º | 0.37% | 1% | - |
XYZ | 62.33 | 50.09 | 50.1 | - |
YUV | 191.39 | 122.14 | 173.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 161 | 181 | 0 | 0.37 | 0.29 | 0 | 347.23 | 1 | 0.82 |
Hex | FF | A1 | B5 | 0 | 25 | 1D | 0 | 15B | 64 | 52 |
Octal | 377 | 241 | 265 | 0 | 45 | 35 | 0 | 533 | 144 | 122 |
Binary | 11111111 | 10100001 | 10110101 | 0 | 100101 | 11101 | 0 | 101011011 | 1100100 | 1010010 |
Color Harmonies of #FFA1B5
Complementary color
Monochromatic Colors of #FFA1B5
Black with #FFA1B5
Text Example
Text Example
White with #FFA1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1B5; }
p { color: rgb(255,161,181); }
H1.HeaderClassName
{
color: #FFA1B5;
}
.AnyTagClassName
{
color: #FFA1B5;
}
</style>
background-color css
<style>
a { background-color: #FFA1B5; }
a { background-color: rgb(255,161,181); }
div.DivClassName
{
background-color: #FFA1B5;
}
.BgClassName
{
background-color: #FFA1B5;
}
</style>
border-color css
<style>
span { border-color: #FFA1B5; }
span { border-color: rgb(255,161,181); }
td.TdClassName
{
border-color: #FFA1B5;
}
.TagClassName
{
border-color: #FFA1B5;
}
</style>