Shades of Illusion #FA9FB3
Tints of Illusion #FA9FB3
RGB
CMYK
RGB Variations
Color information
#FA9FB3 (or 0xFA9FB3) is known color: Illusion. HEX triplet: FA, 9F and B3. RGB value is (250,159,179). Sum of RGB (Red+Green+Blue) = 250+159+179=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FB3 is #05604C. Grayscale: #BCBCBC. Windows color (decimal): -352333 or 11771898. OLE color: 11771898.
HSL color Cylindrical-coordinate representation of color #FA9FB3: hue angle of 346.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FB3 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 179 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.02 |
| HSL | 346.81º | 0.9% | 0.8% | - |
| HSV(B) | 346.81º | 0.36% | 0.98% | - |
| XYZ | 59.96 | 48.37 | 48.82 | - |
| YUV | 188.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 179 | 0 | 0.36 | 0.28 | 0.02 | 346.81 | 0.9 | 0.8 |
| Hex | FA | 9F | B3 | 0 | 24 | 1C | 2 | 15B | 5A | 50 |
| Octal | 372 | 237 | 263 | 0 | 44 | 34 | 2 | 533 | 132 | 120 |
| Binary | 11111010 | 10011111 | 10110011 | 0 | 100100 | 11100 | 10 | 101011011 | 1011010 | 1010000 |
Color Harmonies of #FA9FB3
Complementary color
Monochromatic Colors of #FA9FB3
Black with #FA9FB3
Text Example
Text Example
White with #FA9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FB3; }
p { color: rgb(250,159,179); }
H1.HeaderClassName
{
color: #FA9FB3;
}
.AnyTagClassName
{
color: #FA9FB3;
}
</style>
background-color css
<style>
a { background-color: #FA9FB3; }
a { background-color: rgb(250,159,179); }
div.DivClassName
{
background-color: #FA9FB3;
}
.BgClassName
{
background-color: #FA9FB3;
}
</style>
border-color css
<style>
span { border-color: #FA9FB3; }
span { border-color: rgb(250,159,179); }
td.TdClassName
{
border-color: #FA9FB3;
}
.TagClassName
{
border-color: #FA9FB3;
}
</style>