Shades of Illusion #FA96B7
Tints of Illusion #FA96B7
RGB
CMYK
RGB Variations
Color information
#FA96B7 (or 0xFA96B7) is known color: Illusion. HEX triplet: FA, 96 and B7. RGB value is (250,150,183). Sum of RGB (Red+Green+Blue) = 250+150+183=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96B7 is #056948. Grayscale: #B7B7B7. Windows color (decimal): -354633 or 12031738. OLE color: 12031738.
HSL color Cylindrical-coordinate representation of color #FA96B7: hue angle of 340.2º 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 #FA96B7 is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 183 | - |
| CMYK | 0 | 0.4 | 0.27 | 0.02 |
| HSL | 340.2º | 0.91% | 0.78% | - |
| HSV(B) | 340.2º | 0.4% | 0.98% | - |
| XYZ | 58.88 | 45.56 | 50.49 | - |
| YUV | 183.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 183 | 0 | 0.4 | 0.27 | 0.02 | 340.2 | 0.91 | 0.78 |
| Hex | FA | 96 | B7 | 0 | 28 | 1B | 2 | 154 | 5B | 4E |
| Octal | 372 | 226 | 267 | 0 | 50 | 33 | 2 | 524 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10110111 | 0 | 101000 | 11011 | 10 | 101010100 | 1011011 | 1001110 |
Color Harmonies of #FA96B7
Complementary color
Monochromatic Colors of #FA96B7
Black with #FA96B7
Text Example
Text Example
White with #FA96B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96B7; }
p { color: rgb(250,150,183); }
H1.HeaderClassName
{
color: #FA96B7;
}
.AnyTagClassName
{
color: #FA96B7;
}
</style>
background-color css
<style>
a { background-color: #FA96B7; }
a { background-color: rgb(250,150,183); }
div.DivClassName
{
background-color: #FA96B7;
}
.BgClassName
{
background-color: #FA96B7;
}
</style>
border-color css
<style>
span { border-color: #FA96B7; }
span { border-color: rgb(250,150,183); }
td.TdClassName
{
border-color: #FA96B7;
}
.TagClassName
{
border-color: #FA96B7;
}
</style>