Shades of Illusion #FF9DB8
Tints of Illusion #FF9DB8
RGB
CMYK
RGB Variations
Color information
#FF9DB8 (or 0xFF9DB8) is known color: Illusion. HEX triplet: FF, 9D and B8. RGB value is (255,157,184). Sum of RGB (Red+Green+Blue) = 255+157+184=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DB8 is #006247. Grayscale: #BDBDBD. Windows color (decimal): -25160 or 12099071. OLE color: 12099071.
HSL color Cylindrical-coordinate representation of color #FF9DB8: hue angle of 343.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DB8 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 184 | - |
| CMYK | 0 | 0.38 | 0.28 | 0 |
| HSL | 343.47º | 1% | 0.81% | - |
| HSV(B) | 343.47º | 0.38% | 1% | - |
| XYZ | 61.95 | 48.83 | 51.51 | - |
| YUV | 189.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 184 | 0 | 0.38 | 0.28 | 0 | 343.47 | 1 | 0.81 |
| Hex | FF | 9D | B8 | 0 | 26 | 1C | 0 | 157 | 64 | 51 |
| Octal | 377 | 235 | 270 | 0 | 46 | 34 | 0 | 527 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10111000 | 0 | 100110 | 11100 | 0 | 101010111 | 1100100 | 1010001 |
Color Harmonies of #FF9DB8
Complementary color
Monochromatic Colors of #FF9DB8
Black with #FF9DB8
Text Example
Text Example
White with #FF9DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB8; }
p { color: rgb(255,157,184); }
H1.HeaderClassName
{
color: #FF9DB8;
}
.AnyTagClassName
{
color: #FF9DB8;
}
</style>
background-color css
<style>
a { background-color: #FF9DB8; }
a { background-color: rgb(255,157,184); }
div.DivClassName
{
background-color: #FF9DB8;
}
.BgClassName
{
background-color: #FF9DB8;
}
</style>
border-color css
<style>
span { border-color: #FF9DB8; }
span { border-color: rgb(255,157,184); }
td.TdClassName
{
border-color: #FF9DB8;
}
.TagClassName
{
border-color: #FF9DB8;
}
</style>