Shades of Illusion #FA9AAD
Tints of Illusion #FA9AAD
RGB
CMYK
RGB Variations
Color information
#FA9AAD (or 0xFA9AAD) is known color: Illusion. HEX triplet: FA, 9A and AD. RGB value is (250,154,173). Sum of RGB (Red+Green+Blue) = 250+154+173=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9AAD is #056552. Grayscale: #B8B8B8. Windows color (decimal): -353619 or 11377402. OLE color: 11377402.
HSL color Cylindrical-coordinate representation of color #FA9AAD: hue angle of 348.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9AAD is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 173 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.02 |
| HSL | 348.13º | 0.91% | 0.79% | - |
| HSV(B) | 348.13º | 0.38% | 0.98% | - |
| XYZ | 58.52 | 46.45 | 45.42 | - |
| YUV | 184.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 173 | 0 | 0.38 | 0.31 | 0.02 | 348.13 | 0.91 | 0.79 |
| Hex | FA | 9A | AD | 0 | 26 | 1F | 2 | 15C | 5B | 4F |
| Octal | 372 | 232 | 255 | 0 | 46 | 37 | 2 | 534 | 133 | 117 |
| Binary | 11111010 | 10011010 | 10101101 | 0 | 100110 | 11111 | 10 | 101011100 | 1011011 | 1001111 |
Color Harmonies of #FA9AAD
Complementary color
Monochromatic Colors of #FA9AAD
Black with #FA9AAD
Text Example
Text Example
White with #FA9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AAD; }
p { color: rgb(250,154,173); }
H1.HeaderClassName
{
color: #FA9AAD;
}
.AnyTagClassName
{
color: #FA9AAD;
}
</style>
background-color css
<style>
a { background-color: #FA9AAD; }
a { background-color: rgb(250,154,173); }
div.DivClassName
{
background-color: #FA9AAD;
}
.BgClassName
{
background-color: #FA9AAD;
}
</style>
border-color css
<style>
span { border-color: #FA9AAD; }
span { border-color: rgb(250,154,173); }
td.TdClassName
{
border-color: #FA9AAD;
}
.TagClassName
{
border-color: #FA9AAD;
}
</style>