Shades of Illusion #FA8FB3
Tints of Illusion #FA8FB3
RGB
CMYK
RGB Variations
Color information
#FA8FB3 (or 0xFA8FB3) is known color: Illusion. HEX triplet: FA, 8F and B3. RGB value is (250,143,179). Sum of RGB (Red+Green+Blue) = 250+143+179=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FB3 is #05704C. Grayscale: #B3B3B3. Windows color (decimal): -356429 or 11767802. OLE color: 11767802.
HSL color Cylindrical-coordinate representation of color #FA8FB3: hue angle of 339.81º 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 #FA8FB3 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 179 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.02 |
| HSL | 339.81º | 0.91% | 0.77% | - |
| HSV(B) | 339.81º | 0.43% | 0.98% | - |
| XYZ | 57.38 | 43.22 | 47.97 | - |
| YUV | 179.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 179 | 0 | 0.43 | 0.28 | 0.02 | 339.81 | 0.91 | 0.77 |
| Hex | FA | 8F | B3 | 0 | 2B | 1C | 2 | 154 | 5B | 4D |
| Octal | 372 | 217 | 263 | 0 | 53 | 34 | 2 | 524 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10110011 | 0 | 101011 | 11100 | 10 | 101010100 | 1011011 | 1001101 |
Color Harmonies of #FA8FB3
Complementary color
Monochromatic Colors of #FA8FB3
Black with #FA8FB3
Text Example
Text Example
White with #FA8FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FB3; }
p { color: rgb(250,143,179); }
H1.HeaderClassName
{
color: #FA8FB3;
}
.AnyTagClassName
{
color: #FA8FB3;
}
</style>
background-color css
<style>
a { background-color: #FA8FB3; }
a { background-color: rgb(250,143,179); }
div.DivClassName
{
background-color: #FA8FB3;
}
.BgClassName
{
background-color: #FA8FB3;
}
</style>
border-color css
<style>
span { border-color: #FA8FB3; }
span { border-color: rgb(250,143,179); }
td.TdClassName
{
border-color: #FA8FB3;
}
.TagClassName
{
border-color: #FA8FB3;
}
</style>