Shades of Illusion #FA99AD
Tints of Illusion #FA99AD
RGB
CMYK
RGB Variations
Color information
#FA99AD (or 0xFA99AD) is known color: Illusion. HEX triplet: FA, 99 and AD. RGB value is (250,153,173). Sum of RGB (Red+Green+Blue) = 250+153+173=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99AD is #056652. Grayscale: #B8B8B8. Windows color (decimal): -353875 or 11377146. OLE color: 11377146.
HSL color Cylindrical-coordinate representation of color #FA99AD: hue angle of 347.63º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99AD is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 173 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.02 |
| HSL | 347.63º | 0.91% | 0.79% | - |
| HSV(B) | 347.63º | 0.39% | 0.98% | - |
| XYZ | 58.36 | 46.12 | 45.36 | - |
| YUV | 184.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 173 | 0 | 0.39 | 0.31 | 0.02 | 347.63 | 0.91 | 0.79 |
| Hex | FA | 99 | AD | 0 | 27 | 1F | 2 | 15C | 5B | 4F |
| Octal | 372 | 231 | 255 | 0 | 47 | 37 | 2 | 534 | 133 | 117 |
| Binary | 11111010 | 10011001 | 10101101 | 0 | 100111 | 11111 | 10 | 101011100 | 1011011 | 1001111 |
Color Harmonies of #FA99AD
Complementary color
Monochromatic Colors of #FA99AD
Black with #FA99AD
Text Example
Text Example
White with #FA99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99AD; }
p { color: rgb(250,153,173); }
H1.HeaderClassName
{
color: #FA99AD;
}
.AnyTagClassName
{
color: #FA99AD;
}
</style>
background-color css
<style>
a { background-color: #FA99AD; }
a { background-color: rgb(250,153,173); }
div.DivClassName
{
background-color: #FA99AD;
}
.BgClassName
{
background-color: #FA99AD;
}
</style>
border-color css
<style>
span { border-color: #FA99AD; }
span { border-color: rgb(250,153,173); }
td.TdClassName
{
border-color: #FA99AD;
}
.TagClassName
{
border-color: #FA99AD;
}
</style>