Shades of Illusion #FA9BB3
Tints of Illusion #FA9BB3
RGB
CMYK
RGB Variations
Color information
#FA9BB3 (or 0xFA9BB3) is known color: Illusion. HEX triplet: FA, 9B and B3. RGB value is (250,155,179). Sum of RGB (Red+Green+Blue) = 250+155+179=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BB3 is #05644C. Grayscale: #BABABA. Windows color (decimal): -353357 or 11770874. OLE color: 11770874.
HSL color Cylindrical-coordinate representation of color #FA9BB3: hue angle of 344.84º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BB3 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 179 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.02 |
| HSL | 344.84º | 0.9% | 0.79% | - |
| HSV(B) | 344.84º | 0.38% | 0.98% | - |
| XYZ | 59.28 | 47.02 | 48.6 | - |
| YUV | 186.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 179 | 0 | 0.38 | 0.28 | 0.02 | 344.84 | 0.9 | 0.79 |
| Hex | FA | 9B | B3 | 0 | 26 | 1C | 2 | 159 | 5A | 4F |
| Octal | 372 | 233 | 263 | 0 | 46 | 34 | 2 | 531 | 132 | 117 |
| Binary | 11111010 | 10011011 | 10110011 | 0 | 100110 | 11100 | 10 | 101011001 | 1011010 | 1001111 |
Color Harmonies of #FA9BB3
Complementary color
Monochromatic Colors of #FA9BB3
Black with #FA9BB3
Text Example
Text Example
White with #FA9BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BB3; }
p { color: rgb(250,155,179); }
H1.HeaderClassName
{
color: #FA9BB3;
}
.AnyTagClassName
{
color: #FA9BB3;
}
</style>
background-color css
<style>
a { background-color: #FA9BB3; }
a { background-color: rgb(250,155,179); }
div.DivClassName
{
background-color: #FA9BB3;
}
.BgClassName
{
background-color: #FA9BB3;
}
</style>
border-color css
<style>
span { border-color: #FA9BB3; }
span { border-color: rgb(250,155,179); }
td.TdClassName
{
border-color: #FA9BB3;
}
.TagClassName
{
border-color: #FA9BB3;
}
</style>