Shades of Illusion #FF8DB5
Tints of Illusion #FF8DB5
RGB
CMYK
RGB Variations
Color information
#FF8DB5 (or 0xFF8DB5) is known color: Illusion. HEX triplet: FF, 8D and B5. RGB value is (255,141,181). Sum of RGB (Red+Green+Blue) = 255+141+181=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DB5 is #00724A. Grayscale: #B3B3B3. Windows color (decimal): -29259 or 11898367. OLE color: 11898367.
HSL color Cylindrical-coordinate representation of color #FF8DB5: hue angle of 338.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DB5 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 181 | - |
| CMYK | 0 | 0.45 | 0.29 | 0 |
| HSL | 338.95º | 1% | 0.78% | - |
| HSV(B) | 338.95º | 0.45% | 1% | - |
| XYZ | 59.11 | 43.65 | 49.03 | - |
| YUV | 179.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 181 | 0 | 0.45 | 0.29 | 0 | 338.95 | 1 | 0.78 |
| Hex | FF | 8D | B5 | 0 | 2D | 1D | 0 | 153 | 64 | 4E |
| Octal | 377 | 215 | 265 | 0 | 55 | 35 | 0 | 523 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10110101 | 0 | 101101 | 11101 | 0 | 101010011 | 1100100 | 1001110 |
Color Harmonies of #FF8DB5
Complementary color
Monochromatic Colors of #FF8DB5
Black with #FF8DB5
Text Example
Text Example
White with #FF8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DB5; }
p { color: rgb(255,141,181); }
H1.HeaderClassName
{
color: #FF8DB5;
}
.AnyTagClassName
{
color: #FF8DB5;
}
</style>
background-color css
<style>
a { background-color: #FF8DB5; }
a { background-color: rgb(255,141,181); }
div.DivClassName
{
background-color: #FF8DB5;
}
.BgClassName
{
background-color: #FF8DB5;
}
</style>
border-color css
<style>
span { border-color: #FF8DB5; }
span { border-color: rgb(255,141,181); }
td.TdClassName
{
border-color: #FF8DB5;
}
.TagClassName
{
border-color: #FF8DB5;
}
</style>