Shades of Illusion #FA8CB1
Tints of Illusion #FA8CB1
RGB
CMYK
RGB Variations
Color information
#FA8CB1 (or 0xFA8CB1) is known color: Illusion. HEX triplet: FA, 8C and B1. RGB value is (250,140,177). Sum of RGB (Red+Green+Blue) = 250+140+177=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8CB1 is #05734E. Grayscale: #B1B1B1. Windows color (decimal): -357199 or 11635962. OLE color: 11635962.
HSL color Cylindrical-coordinate representation of color #FA8CB1: hue angle of 339.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8CB1 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 177 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.02 |
| HSL | 339.82º | 0.92% | 0.76% | - |
| HSV(B) | 339.82º | 0.44% | 0.98% | - |
| XYZ | 56.74 | 42.25 | 46.76 | - |
| YUV | 177.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 177 | 0 | 0.44 | 0.29 | 0.02 | 339.82 | 0.92 | 0.76 |
| Hex | FA | 8C | B1 | 0 | 2C | 1D | 2 | 154 | 5C | 4C |
| Octal | 372 | 214 | 261 | 0 | 54 | 35 | 2 | 524 | 134 | 114 |
| Binary | 11111010 | 10001100 | 10110001 | 0 | 101100 | 11101 | 10 | 101010100 | 1011100 | 1001100 |
Color Harmonies of #FA8CB1
Complementary color
Monochromatic Colors of #FA8CB1
Black with #FA8CB1
Text Example
Text Example
White with #FA8CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CB1; }
p { color: rgb(250,140,177); }
H1.HeaderClassName
{
color: #FA8CB1;
}
.AnyTagClassName
{
color: #FA8CB1;
}
</style>
background-color css
<style>
a { background-color: #FA8CB1; }
a { background-color: rgb(250,140,177); }
div.DivClassName
{
background-color: #FA8CB1;
}
.BgClassName
{
background-color: #FA8CB1;
}
</style>
border-color css
<style>
span { border-color: #FA8CB1; }
span { border-color: rgb(250,140,177); }
td.TdClassName
{
border-color: #FA8CB1;
}
.TagClassName
{
border-color: #FA8CB1;
}
</style>