Shades of Illusion #FA97B8
Tints of Illusion #FA97B8
RGB
CMYK
RGB Variations
Color information
#FA97B8 (or 0xFA97B8) is known color: Illusion. HEX triplet: FA, 97 and B8. RGB value is (250,151,184). Sum of RGB (Red+Green+Blue) = 250+151+184=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97B8 is #056847. Grayscale: #B8B8B8. Windows color (decimal): -354376 or 12097530. OLE color: 12097530.
HSL color Cylindrical-coordinate representation of color #FA97B8: hue angle of 340º 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 #FA97B8 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 184 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.02 |
| HSL | 340º | 0.91% | 0.79% | - |
| HSV(B) | 340º | 0.4% | 0.98% | - |
| XYZ | 59.14 | 45.92 | 51.09 | - |
| YUV | 184.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 184 | 0 | 0.40 | 0.26 | 0.02 | 340 | 0.91 | 0.79 |
| Hex | FA | 97 | B8 | 0 | 28 | 1A | 2 | 154 | 5B | 4F |
| Octal | 372 | 227 | 270 | 0 | 50 | 32 | 2 | 524 | 133 | 117 |
| Binary | 11111010 | 10010111 | 10111000 | 0 | 101000 | 11010 | 10 | 101010100 | 1011011 | 1001111 |
Color Harmonies of #FA97B8
Complementary color
Monochromatic Colors of #FA97B8
Black with #FA97B8
Text Example
Text Example
White with #FA97B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97B8; }
p { color: rgb(250,151,184); }
H1.HeaderClassName
{
color: #FA97B8;
}
.AnyTagClassName
{
color: #FA97B8;
}
</style>
background-color css
<style>
a { background-color: #FA97B8; }
a { background-color: rgb(250,151,184); }
div.DivClassName
{
background-color: #FA97B8;
}
.BgClassName
{
background-color: #FA97B8;
}
</style>
border-color css
<style>
span { border-color: #FA97B8; }
span { border-color: rgb(250,151,184); }
td.TdClassName
{
border-color: #FA97B8;
}
.TagClassName
{
border-color: #FA97B8;
}
</style>