Shades of Illusion #FA95B3
Tints of Illusion #FA95B3
RGB
CMYK
RGB Variations
Color information
#FA95B3 (or 0xFA95B3) is known color: Illusion. HEX triplet: FA, 95 and B3. RGB value is (250,149,179). Sum of RGB (Red+Green+Blue) = 250+149+179=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95B3 is #056A4C. Grayscale: #B6B6B6. Windows color (decimal): -354893 or 11769338. OLE color: 11769338.
HSL color Cylindrical-coordinate representation of color #FA95B3: hue angle of 342.18º 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 #FA95B3 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 179 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.02 |
| HSL | 342.18º | 0.91% | 0.78% | - |
| HSV(B) | 342.18º | 0.4% | 0.98% | - |
| XYZ | 58.31 | 45.07 | 48.27 | - |
| YUV | 182.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 179 | 0 | 0.40 | 0.28 | 0.02 | 342.18 | 0.91 | 0.78 |
| Hex | FA | 95 | B3 | 0 | 28 | 1C | 2 | 156 | 5B | 4E |
| Octal | 372 | 225 | 263 | 0 | 50 | 34 | 2 | 526 | 133 | 116 |
| Binary | 11111010 | 10010101 | 10110011 | 0 | 101000 | 11100 | 10 | 101010110 | 1011011 | 1001110 |
Color Harmonies of #FA95B3
Complementary color
Monochromatic Colors of #FA95B3
Black with #FA95B3
Text Example
Text Example
White with #FA95B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95B3; }
p { color: rgb(250,149,179); }
H1.HeaderClassName
{
color: #FA95B3;
}
.AnyTagClassName
{
color: #FA95B3;
}
</style>
background-color css
<style>
a { background-color: #FA95B3; }
a { background-color: rgb(250,149,179); }
div.DivClassName
{
background-color: #FA95B3;
}
.BgClassName
{
background-color: #FA95B3;
}
</style>
border-color css
<style>
span { border-color: #FA95B3; }
span { border-color: rgb(250,149,179); }
td.TdClassName
{
border-color: #FA95B3;
}
.TagClassName
{
border-color: #FA95B3;
}
</style>