Shades of Illusion #FA8AB4
Tints of Illusion #FA8AB4
RGB
CMYK
RGB Variations
Color information
#FA8AB4 (or 0xFA8AB4) is known color: Illusion. HEX triplet: FA, 8A and B4. RGB value is (250,138,180). Sum of RGB (Red+Green+Blue) = 250+138+180=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AB4 is #05754B. Grayscale: #B0B0B0. Windows color (decimal): -357708 or 11832058. OLE color: 11832058.
HSL color Cylindrical-coordinate representation of color #FA8AB4: hue angle of 337.5º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8AB4 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 180 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.02 |
| HSL | 337.5º | 0.92% | 0.76% | - |
| HSV(B) | 337.5º | 0.45% | 0.98% | - |
| XYZ | 56.75 | 41.8 | 48.26 | - |
| YUV | 176.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 180 | 0 | 0.45 | 0.28 | 0.02 | 337.5 | 0.92 | 0.76 |
| Hex | FA | 8A | B4 | 0 | 2D | 1C | 2 | 152 | 5C | 4C |
| Octal | 372 | 212 | 264 | 0 | 55 | 34 | 2 | 522 | 134 | 114 |
| Binary | 11111010 | 10001010 | 10110100 | 0 | 101101 | 11100 | 10 | 101010010 | 1011100 | 1001100 |
Color Harmonies of #FA8AB4
Complementary color
Monochromatic Colors of #FA8AB4
Black with #FA8AB4
Text Example
Text Example
White with #FA8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8AB4; }
p { color: rgb(250,138,180); }
H1.HeaderClassName
{
color: #FA8AB4;
}
.AnyTagClassName
{
color: #FA8AB4;
}
</style>
background-color css
<style>
a { background-color: #FA8AB4; }
a { background-color: rgb(250,138,180); }
div.DivClassName
{
background-color: #FA8AB4;
}
.BgClassName
{
background-color: #FA8AB4;
}
</style>
border-color css
<style>
span { border-color: #FA8AB4; }
span { border-color: rgb(250,138,180); }
td.TdClassName
{
border-color: #FA8AB4;
}
.TagClassName
{
border-color: #FA8AB4;
}
</style>