Shades of Illusion #FA97B6
Tints of Illusion #FA97B6
RGB
CMYK
RGB Variations
Color information
#FA97B6 (or 0xFA97B6) is known color: Illusion. HEX triplet: FA, 97 and B6. RGB value is (250,151,182). Sum of RGB (Red+Green+Blue) = 250+151+182=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97B6 is #056849. Grayscale: #B8B8B8. Windows color (decimal): -354378 or 11966458. OLE color: 11966458.
HSL color Cylindrical-coordinate representation of color #FA97B6: hue angle of 341.21º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97B6 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 182 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.02 |
| HSL | 341.21º | 0.91% | 0.79% | - |
| HSV(B) | 341.21º | 0.4% | 0.98% | - |
| XYZ | 58.93 | 45.83 | 50 | - |
| YUV | 184.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 182 | 0 | 0.40 | 0.27 | 0.02 | 341.21 | 0.91 | 0.79 |
| Hex | FA | 97 | B6 | 0 | 28 | 1B | 2 | 155 | 5B | 4F |
| Octal | 372 | 227 | 266 | 0 | 50 | 33 | 2 | 525 | 133 | 117 |
| Binary | 11111010 | 10010111 | 10110110 | 0 | 101000 | 11011 | 10 | 101010101 | 1011011 | 1001111 |
Color Harmonies of #FA97B6
Complementary color
Monochromatic Colors of #FA97B6
Black with #FA97B6
Text Example
Text Example
White with #FA97B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97B6; }
p { color: rgb(250,151,182); }
H1.HeaderClassName
{
color: #FA97B6;
}
.AnyTagClassName
{
color: #FA97B6;
}
</style>
background-color css
<style>
a { background-color: #FA97B6; }
a { background-color: rgb(250,151,182); }
div.DivClassName
{
background-color: #FA97B6;
}
.BgClassName
{
background-color: #FA97B6;
}
</style>
border-color css
<style>
span { border-color: #FA97B6; }
span { border-color: rgb(250,151,182); }
td.TdClassName
{
border-color: #FA97B6;
}
.TagClassName
{
border-color: #FA97B6;
}
</style>