Shades of Illusion #FA8DB2
Tints of Illusion #FA8DB2
RGB
CMYK
RGB Variations
Color information
#FA8DB2 (or 0xFA8DB2) is known color: Illusion. HEX triplet: FA, 8D and B2. RGB value is (250,141,178). Sum of RGB (Red+Green+Blue) = 250+141+178=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DB2 is #05724D. Grayscale: #B1B1B1. Windows color (decimal): -356942 or 11701754. OLE color: 11701754.
HSL color Cylindrical-coordinate representation of color #FA8DB2: hue angle of 339.63º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DB2 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 178 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.02 |
| HSL | 339.63º | 0.92% | 0.77% | - |
| HSV(B) | 339.63º | 0.44% | 0.98% | - |
| XYZ | 56.99 | 42.59 | 47.34 | - |
| YUV | 177.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 178 | 0 | 0.44 | 0.29 | 0.02 | 339.63 | 0.92 | 0.77 |
| Hex | FA | 8D | B2 | 0 | 2C | 1D | 2 | 154 | 5C | 4D |
| Octal | 372 | 215 | 262 | 0 | 54 | 35 | 2 | 524 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10110010 | 0 | 101100 | 11101 | 10 | 101010100 | 1011100 | 1001101 |
Color Harmonies of #FA8DB2
Complementary color
Monochromatic Colors of #FA8DB2
Black with #FA8DB2
Text Example
Text Example
White with #FA8DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DB2; }
p { color: rgb(250,141,178); }
H1.HeaderClassName
{
color: #FA8DB2;
}
.AnyTagClassName
{
color: #FA8DB2;
}
</style>
background-color css
<style>
a { background-color: #FA8DB2; }
a { background-color: rgb(250,141,178); }
div.DivClassName
{
background-color: #FA8DB2;
}
.BgClassName
{
background-color: #FA8DB2;
}
</style>
border-color css
<style>
span { border-color: #FA8DB2; }
span { border-color: rgb(250,141,178); }
td.TdClassName
{
border-color: #FA8DB2;
}
.TagClassName
{
border-color: #FA8DB2;
}
</style>