Shades of Illusion #FA9CB3
Tints of Illusion #FA9CB3
RGB
CMYK
RGB Variations
Color information
#FA9CB3 (or 0xFA9CB3) is known color: Illusion. HEX triplet: FA, 9C and B3. RGB value is (250,156,179). Sum of RGB (Red+Green+Blue) = 250+156+179=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CB3 is #05634C. Grayscale: #BABABA. Windows color (decimal): -353101 or 11771130. OLE color: 11771130.
HSL color Cylindrical-coordinate representation of color #FA9CB3: hue angle of 345.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CB3 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 179 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.02 |
| HSL | 345.32º | 0.9% | 0.8% | - |
| HSV(B) | 345.32º | 0.38% | 0.98% | - |
| XYZ | 59.45 | 47.36 | 48.66 | - |
| YUV | 186.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 179 | 0 | 0.38 | 0.28 | 0.02 | 345.32 | 0.9 | 0.8 |
| Hex | FA | 9C | B3 | 0 | 26 | 1C | 2 | 159 | 5A | 50 |
| Octal | 372 | 234 | 263 | 0 | 46 | 34 | 2 | 531 | 132 | 120 |
| Binary | 11111010 | 10011100 | 10110011 | 0 | 100110 | 11100 | 10 | 101011001 | 1011010 | 1010000 |
Color Harmonies of #FA9CB3
Complementary color
Monochromatic Colors of #FA9CB3
Black with #FA9CB3
Text Example
Text Example
White with #FA9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CB3; }
p { color: rgb(250,156,179); }
H1.HeaderClassName
{
color: #FA9CB3;
}
.AnyTagClassName
{
color: #FA9CB3;
}
</style>
background-color css
<style>
a { background-color: #FA9CB3; }
a { background-color: rgb(250,156,179); }
div.DivClassName
{
background-color: #FA9CB3;
}
.BgClassName
{
background-color: #FA9CB3;
}
</style>
border-color css
<style>
span { border-color: #FA9CB3; }
span { border-color: rgb(250,156,179); }
td.TdClassName
{
border-color: #FA9CB3;
}
.TagClassName
{
border-color: #FA9CB3;
}
</style>