Shades of Illusion #FA8FB2
Tints of Illusion #FA8FB2
RGB
CMYK
RGB Variations
Color information
#FA8FB2 (or 0xFA8FB2) is known color: Illusion. HEX triplet: FA, 8F and B2. RGB value is (250,143,178). Sum of RGB (Red+Green+Blue) = 250+143+178=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FB2 is #05704D. Grayscale: #B2B2B2. Windows color (decimal): -356430 or 11702266. OLE color: 11702266.
HSL color Cylindrical-coordinate representation of color #FA8FB2: hue angle of 340.37º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FB2 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 178 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.02 |
| HSL | 340.37º | 0.91% | 0.77% | - |
| HSV(B) | 340.37º | 0.43% | 0.98% | - |
| XYZ | 57.28 | 43.18 | 47.44 | - |
| YUV | 178.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 178 | 0 | 0.43 | 0.29 | 0.02 | 340.37 | 0.91 | 0.77 |
| Hex | FA | 8F | B2 | 0 | 2B | 1D | 2 | 154 | 5B | 4D |
| Octal | 372 | 217 | 262 | 0 | 53 | 35 | 2 | 524 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10110010 | 0 | 101011 | 11101 | 10 | 101010100 | 1011011 | 1001101 |
Color Harmonies of #FA8FB2
Complementary color
Monochromatic Colors of #FA8FB2
Black with #FA8FB2
Text Example
Text Example
White with #FA8FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FB2; }
p { color: rgb(250,143,178); }
H1.HeaderClassName
{
color: #FA8FB2;
}
.AnyTagClassName
{
color: #FA8FB2;
}
</style>
background-color css
<style>
a { background-color: #FA8FB2; }
a { background-color: rgb(250,143,178); }
div.DivClassName
{
background-color: #FA8FB2;
}
.BgClassName
{
background-color: #FA8FB2;
}
</style>
border-color css
<style>
span { border-color: #FA8FB2; }
span { border-color: rgb(250,143,178); }
td.TdClassName
{
border-color: #FA8FB2;
}
.TagClassName
{
border-color: #FA8FB2;
}
</style>