Shades of Illusion #FA95B9
Tints of Illusion #FA95B9
RGB
CMYK
RGB Variations
Color information
#FA95B9 (or 0xFA95B9) is known color: Illusion. HEX triplet: FA, 95 and B9. RGB value is (250,149,185). Sum of RGB (Red+Green+Blue) = 250+149+185=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95B9 is #056A46. Grayscale: #B7B7B7. Windows color (decimal): -354887 or 12162554. OLE color: 12162554.
HSL color Cylindrical-coordinate representation of color #FA95B9: hue angle of 338.61º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA95B9 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 185 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.02 |
| HSL | 338.61º | 0.91% | 0.78% | - |
| HSV(B) | 338.61º | 0.4% | 0.98% | - |
| XYZ | 58.93 | 45.32 | 51.54 | - |
| YUV | 183.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 185 | 0 | 0.40 | 0.26 | 0.02 | 338.61 | 0.91 | 0.78 |
| Hex | FA | 95 | B9 | 0 | 28 | 1A | 2 | 153 | 5B | 4E |
| Octal | 372 | 225 | 271 | 0 | 50 | 32 | 2 | 523 | 133 | 116 |
| Binary | 11111010 | 10010101 | 10111001 | 0 | 101000 | 11010 | 10 | 101010011 | 1011011 | 1001110 |
Color Harmonies of #FA95B9
Complementary color
Monochromatic Colors of #FA95B9
Black with #FA95B9
Text Example
Text Example
White with #FA95B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95B9; }
p { color: rgb(250,149,185); }
H1.HeaderClassName
{
color: #FA95B9;
}
.AnyTagClassName
{
color: #FA95B9;
}
</style>
background-color css
<style>
a { background-color: #FA95B9; }
a { background-color: rgb(250,149,185); }
div.DivClassName
{
background-color: #FA95B9;
}
.BgClassName
{
background-color: #FA95B9;
}
</style>
border-color css
<style>
span { border-color: #FA95B9; }
span { border-color: rgb(250,149,185); }
td.TdClassName
{
border-color: #FA95B9;
}
.TagClassName
{
border-color: #FA95B9;
}
</style>