Shades of Illusion #FA97B2
Tints of Illusion #FA97B2
RGB
CMYK
RGB Variations
Color information
#FA97B2 (or 0xFA97B2) is known color: Illusion. HEX triplet: FA, 97 and B2. RGB value is (250,151,178). Sum of RGB (Red+Green+Blue) = 250+151+178=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA97B2 is #05684D. Grayscale: #B7B7B7. Windows color (decimal): -354382 or 11704314. OLE color: 11704314.
HSL color Cylindrical-coordinate representation of color #FA97B2: hue angle of 343.64º 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 #FA97B2 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 178 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.02 |
| HSL | 343.64º | 0.91% | 0.79% | - |
| HSV(B) | 343.64º | 0.4% | 0.98% | - |
| XYZ | 58.53 | 45.67 | 47.85 | - |
| YUV | 183.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 178 | 0 | 0.40 | 0.29 | 0.02 | 343.64 | 0.91 | 0.79 |
| Hex | FA | 97 | B2 | 0 | 28 | 1D | 2 | 158 | 5B | 4F |
| Octal | 372 | 227 | 262 | 0 | 50 | 35 | 2 | 530 | 133 | 117 |
| Binary | 11111010 | 10010111 | 10110010 | 0 | 101000 | 11101 | 10 | 101011000 | 1011011 | 1001111 |
Color Harmonies of #FA97B2
Complementary color
Monochromatic Colors of #FA97B2
Black with #FA97B2
Text Example
Text Example
White with #FA97B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97B2; }
p { color: rgb(250,151,178); }
H1.HeaderClassName
{
color: #FA97B2;
}
.AnyTagClassName
{
color: #FA97B2;
}
</style>
background-color css
<style>
a { background-color: #FA97B2; }
a { background-color: rgb(250,151,178); }
div.DivClassName
{
background-color: #FA97B2;
}
.BgClassName
{
background-color: #FA97B2;
}
</style>
border-color css
<style>
span { border-color: #FA97B2; }
span { border-color: rgb(250,151,178); }
td.TdClassName
{
border-color: #FA97B2;
}
.TagClassName
{
border-color: #FA97B2;
}
</style>