Shades of Illusion #FF8DB3
Tints of Illusion #FF8DB3
RGB
CMYK
RGB Variations
Color information
#FF8DB3 (or 0xFF8DB3) is known color: Illusion. HEX triplet: FF, 8D and B3. RGB value is (255,141,179). Sum of RGB (Red+Green+Blue) = 255+141+179=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DB3 is #00724C. Grayscale: #B3B3B3. Windows color (decimal): -29261 or 11767295. OLE color: 11767295.
HSL color Cylindrical-coordinate representation of color #FF8DB3: hue angle of 340º 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 #FF8DB3 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 179 | - |
| CMYK | 0 | 0.45 | 0.30 | 0 |
| HSL | 340º | 1% | 0.78% | - |
| HSV(B) | 340º | 0.45% | 1% | - |
| XYZ | 58.9 | 43.56 | 47.95 | - |
| YUV | 179.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 179 | 0 | 0.45 | 0.30 | 0 | 340 | 1 | 0.78 |
| Hex | FF | 8D | B3 | 0 | 2D | 1E | 0 | 154 | 64 | 4E |
| Octal | 377 | 215 | 263 | 0 | 55 | 36 | 0 | 524 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10110011 | 0 | 101101 | 11110 | 0 | 101010100 | 1100100 | 1001110 |
Color Harmonies of #FF8DB3
Complementary color
Monochromatic Colors of #FF8DB3
Black with #FF8DB3
Text Example
Text Example
White with #FF8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DB3; }
p { color: rgb(255,141,179); }
H1.HeaderClassName
{
color: #FF8DB3;
}
.AnyTagClassName
{
color: #FF8DB3;
}
</style>
background-color css
<style>
a { background-color: #FF8DB3; }
a { background-color: rgb(255,141,179); }
div.DivClassName
{
background-color: #FF8DB3;
}
.BgClassName
{
background-color: #FF8DB3;
}
</style>
border-color css
<style>
span { border-color: #FF8DB3; }
span { border-color: rgb(255,141,179); }
td.TdClassName
{
border-color: #FF8DB3;
}
.TagClassName
{
border-color: #FF8DB3;
}
</style>