Shades of Illusion #FA8FB8
Tints of Illusion #FA8FB8
RGB
CMYK
RGB Variations
Color information
#FA8FB8 (or 0xFA8FB8) is known color: Illusion. HEX triplet: FA, 8F and B8. RGB value is (250,143,184). Sum of RGB (Red+Green+Blue) = 250+143+184=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FB8 is #057047. Grayscale: #B3B3B3. Windows color (decimal): -356424 or 12095482. OLE color: 12095482.
HSL color Cylindrical-coordinate representation of color #FA8FB8: hue angle of 337.01º 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 #FA8FB8 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 184 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.02 |
| HSL | 337.01º | 0.91% | 0.77% | - |
| HSV(B) | 337.01º | 0.43% | 0.98% | - |
| XYZ | 57.9 | 43.43 | 50.68 | - |
| YUV | 179.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 184 | 0 | 0.43 | 0.26 | 0.02 | 337.01 | 0.91 | 0.77 |
| Hex | FA | 8F | B8 | 0 | 2B | 1A | 2 | 151 | 5B | 4D |
| Octal | 372 | 217 | 270 | 0 | 53 | 32 | 2 | 521 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10111000 | 0 | 101011 | 11010 | 10 | 101010001 | 1011011 | 1001101 |
Color Harmonies of #FA8FB8
Complementary color
Monochromatic Colors of #FA8FB8
Black with #FA8FB8
Text Example
Text Example
White with #FA8FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FB8; }
p { color: rgb(250,143,184); }
H1.HeaderClassName
{
color: #FA8FB8;
}
.AnyTagClassName
{
color: #FA8FB8;
}
</style>
background-color css
<style>
a { background-color: #FA8FB8; }
a { background-color: rgb(250,143,184); }
div.DivClassName
{
background-color: #FA8FB8;
}
.BgClassName
{
background-color: #FA8FB8;
}
</style>
border-color css
<style>
span { border-color: #FA8FB8; }
span { border-color: rgb(250,143,184); }
td.TdClassName
{
border-color: #FA8FB8;
}
.TagClassName
{
border-color: #FA8FB8;
}
</style>