Shades of Illusion #FD99BA
Tints of Illusion #FD99BA
RGB
CMYK
RGB Variations
Color information
#FD99BA (or 0xFD99BA) is known color: Illusion. HEX triplet: FD, 99 and BA. RGB value is (253,153,186). Sum of RGB (Red+Green+Blue) = 253+153+186=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99BA is #026645. Grayscale: #BABABA. Windows color (decimal): -157254 or 12229117. OLE color: 12229117.
HSL color Cylindrical-coordinate representation of color #FD99BA: hue angle of 340.2º 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 #FD99BA is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 186 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.01 |
| HSL | 340.2º | 0.96% | 0.8% | - |
| HSV(B) | 340.2º | 0.4% | 0.99% | - |
| XYZ | 60.76 | 47.21 | 52.36 | - |
| YUV | 186.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 186 | 0 | 0.40 | 0.26 | 0.01 | 340.2 | 0.96 | 0.8 |
| Hex | FD | 99 | BA | 0 | 28 | 1A | 1 | 154 | 60 | 50 |
| Octal | 375 | 231 | 272 | 0 | 50 | 32 | 1 | 524 | 140 | 120 |
| Binary | 11111101 | 10011001 | 10111010 | 0 | 101000 | 11010 | 1 | 101010100 | 1100000 | 1010000 |
Color Harmonies of #FD99BA
Complementary color
Monochromatic Colors of #FD99BA
Black with #FD99BA
Text Example
Text Example
White with #FD99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99BA; }
p { color: rgb(253,153,186); }
H1.HeaderClassName
{
color: #FD99BA;
}
.AnyTagClassName
{
color: #FD99BA;
}
</style>
background-color css
<style>
a { background-color: #FD99BA; }
a { background-color: rgb(253,153,186); }
div.DivClassName
{
background-color: #FD99BA;
}
.BgClassName
{
background-color: #FD99BA;
}
</style>
border-color css
<style>
span { border-color: #FD99BA; }
span { border-color: rgb(253,153,186); }
td.TdClassName
{
border-color: #FD99BA;
}
.TagClassName
{
border-color: #FD99BA;
}
</style>