Shades of Illusion #FA9AB4
Tints of Illusion #FA9AB4
RGB
CMYK
RGB Variations
Color information
#FA9AB4 (or 0xFA9AB4) is known color: Illusion. HEX triplet: FA, 9A and B4. RGB value is (250,154,180). Sum of RGB (Red+Green+Blue) = 250+154+180=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AB4 is #05654B. Grayscale: #B9B9B9. Windows color (decimal): -353612 or 11836154. OLE color: 11836154.
HSL color Cylindrical-coordinate representation of color #FA9AB4: hue angle of 343.75º degrees, saturation: 0.91, 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 #FA9AB4 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 180 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.02 |
| HSL | 343.75º | 0.91% | 0.79% | - |
| HSV(B) | 343.75º | 0.38% | 0.98% | - |
| XYZ | 59.22 | 46.73 | 49.08 | - |
| YUV | 185.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 180 | 0 | 0.38 | 0.28 | 0.02 | 343.75 | 0.91 | 0.79 |
| Hex | FA | 9A | B4 | 0 | 26 | 1C | 2 | 158 | 5B | 4F |
| Octal | 372 | 232 | 264 | 0 | 46 | 34 | 2 | 530 | 133 | 117 |
| Binary | 11111010 | 10011010 | 10110100 | 0 | 100110 | 11100 | 10 | 101011000 | 1011011 | 1001111 |
Color Harmonies of #FA9AB4
Complementary color
Monochromatic Colors of #FA9AB4
Black with #FA9AB4
Text Example
Text Example
White with #FA9AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AB4; }
p { color: rgb(250,154,180); }
H1.HeaderClassName
{
color: #FA9AB4;
}
.AnyTagClassName
{
color: #FA9AB4;
}
</style>
background-color css
<style>
a { background-color: #FA9AB4; }
a { background-color: rgb(250,154,180); }
div.DivClassName
{
background-color: #FA9AB4;
}
.BgClassName
{
background-color: #FA9AB4;
}
</style>
border-color css
<style>
span { border-color: #FA9AB4; }
span { border-color: rgb(250,154,180); }
td.TdClassName
{
border-color: #FA9AB4;
}
.TagClassName
{
border-color: #FA9AB4;
}
</style>