Shades of Illusion #FA8DB3
Tints of Illusion #FA8DB3
RGB
CMYK
RGB Variations
Color information
#FA8DB3 (or 0xFA8DB3) is known color: Illusion. HEX triplet: FA, 8D and B3. RGB value is (250,141,179). Sum of RGB (Red+Green+Blue) = 250+141+179=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DB3 is #05724C. Grayscale: #B1B1B1. Windows color (decimal): -356941 or 11767290. OLE color: 11767290.
HSL color Cylindrical-coordinate representation of color #FA8DB3: hue angle of 339.08º 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 #FA8DB3 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 179 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.02 |
| HSL | 339.08º | 0.92% | 0.77% | - |
| HSV(B) | 339.08º | 0.44% | 0.98% | - |
| XYZ | 57.09 | 42.63 | 47.87 | - |
| YUV | 177.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 179 | 0 | 0.44 | 0.28 | 0.02 | 339.08 | 0.92 | 0.77 |
| Hex | FA | 8D | B3 | 0 | 2C | 1C | 2 | 153 | 5C | 4D |
| Octal | 372 | 215 | 263 | 0 | 54 | 34 | 2 | 523 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10110011 | 0 | 101100 | 11100 | 10 | 101010011 | 1011100 | 1001101 |
Color Harmonies of #FA8DB3
Complementary color
Monochromatic Colors of #FA8DB3
Black with #FA8DB3
Text Example
Text Example
White with #FA8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DB3; }
p { color: rgb(250,141,179); }
H1.HeaderClassName
{
color: #FA8DB3;
}
.AnyTagClassName
{
color: #FA8DB3;
}
</style>
background-color css
<style>
a { background-color: #FA8DB3; }
a { background-color: rgb(250,141,179); }
div.DivClassName
{
background-color: #FA8DB3;
}
.BgClassName
{
background-color: #FA8DB3;
}
</style>
border-color css
<style>
span { border-color: #FA8DB3; }
span { border-color: rgb(250,141,179); }
td.TdClassName
{
border-color: #FA8DB3;
}
.TagClassName
{
border-color: #FA8DB3;
}
</style>