Shades of Illusion #FD99AD
Tints of Illusion #FD99AD
RGB
CMYK
RGB Variations
Color information
#FD99AD (or 0xFD99AD) is known color: Illusion. HEX triplet: FD, 99 and AD. RGB value is (253,153,173). Sum of RGB (Red+Green+Blue) = 253+153+173=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD99AD is #026652. Grayscale: #B9B9B9. Windows color (decimal): -157267 or 11377149. OLE color: 11377149.
HSL color Cylindrical-coordinate representation of color #FD99AD: hue angle of 348º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99AD is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 173 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.01 |
| HSL | 348º | 0.96% | 0.8% | - |
| HSV(B) | 348º | 0.4% | 0.99% | - |
| XYZ | 59.44 | 46.68 | 45.41 | - |
| YUV | 185.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 173 | 0 | 0.40 | 0.32 | 0.01 | 348 | 0.96 | 0.8 |
| Hex | FD | 99 | AD | 0 | 28 | 20 | 1 | 15C | 60 | 50 |
| Octal | 375 | 231 | 255 | 0 | 50 | 40 | 1 | 534 | 140 | 120 |
| Binary | 11111101 | 10011001 | 10101101 | 0 | 101000 | 100000 | 1 | 101011100 | 1100000 | 1010000 |
Color Harmonies of #FD99AD
Complementary color
Monochromatic Colors of #FD99AD
Black with #FD99AD
Text Example
Text Example
White with #FD99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99AD; }
p { color: rgb(253,153,173); }
H1.HeaderClassName
{
color: #FD99AD;
}
.AnyTagClassName
{
color: #FD99AD;
}
</style>
background-color css
<style>
a { background-color: #FD99AD; }
a { background-color: rgb(253,153,173); }
div.DivClassName
{
background-color: #FD99AD;
}
.BgClassName
{
background-color: #FD99AD;
}
</style>
border-color css
<style>
span { border-color: #FD99AD; }
span { border-color: rgb(253,153,173); }
td.TdClassName
{
border-color: #FD99AD;
}
.TagClassName
{
border-color: #FD99AD;
}
</style>