Shades of Illusion #FAA1B4
Tints of Illusion #FAA1B4
RGB
CMYK
RGB Variations
Color information
#FAA1B4 (or 0xFAA1B4) is known color: Illusion. HEX triplet: FA, A1 and B4. RGB value is (250,161,180). Sum of RGB (Red+Green+Blue) = 250+161+180=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1B4 is #055E4B. Grayscale: #BDBDBD. Windows color (decimal): -351820 or 11837946. OLE color: 11837946.
HSL color Cylindrical-coordinate representation of color #FAA1B4: hue angle of 347.19º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1B4 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 180 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.02 |
| HSL | 347.19º | 0.9% | 0.81% | - |
| HSV(B) | 347.19º | 0.36% | 0.98% | - |
| XYZ | 60.41 | 49.11 | 49.48 | - |
| YUV | 189.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 180 | 0 | 0.36 | 0.28 | 0.02 | 347.19 | 0.9 | 0.81 |
| Hex | FA | A1 | B4 | 0 | 24 | 1C | 2 | 15B | 5A | 51 |
| Octal | 372 | 241 | 264 | 0 | 44 | 34 | 2 | 533 | 132 | 121 |
| Binary | 11111010 | 10100001 | 10110100 | 0 | 100100 | 11100 | 10 | 101011011 | 1011010 | 1010001 |
Color Harmonies of #FAA1B4
Complementary color
Monochromatic Colors of #FAA1B4
Black with #FAA1B4
Text Example
Text Example
White with #FAA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1B4; }
p { color: rgb(250,161,180); }
H1.HeaderClassName
{
color: #FAA1B4;
}
.AnyTagClassName
{
color: #FAA1B4;
}
</style>
background-color css
<style>
a { background-color: #FAA1B4; }
a { background-color: rgb(250,161,180); }
div.DivClassName
{
background-color: #FAA1B4;
}
.BgClassName
{
background-color: #FAA1B4;
}
</style>
border-color css
<style>
span { border-color: #FAA1B4; }
span { border-color: rgb(250,161,180); }
td.TdClassName
{
border-color: #FAA1B4;
}
.TagClassName
{
border-color: #FAA1B4;
}
</style>