Shades of Illusion #FF8FB6
Tints of Illusion #FF8FB6
RGB
CMYK
RGB Variations
Color information
#FF8FB6 (or 0xFF8FB6) is known color: Illusion. HEX triplet: FF, 8F and B6. RGB value is (255,143,182). Sum of RGB (Red+Green+Blue) = 255+143+182=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FB6 is #007049. Grayscale: #B4B4B4. Windows color (decimal): -28746 or 11964415. OLE color: 11964415.
HSL color Cylindrical-coordinate representation of color #FF8FB6: hue angle of 339.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FB6 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 182 | - |
| CMYK | 0 | 0.44 | 0.29 | 0 |
| HSL | 339.11º | 1% | 0.78% | - |
| HSV(B) | 339.11º | 0.44% | 1% | - |
| XYZ | 59.51 | 44.28 | 49.67 | - |
| YUV | 180.93 | 128.61 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 182 | 0 | 0.44 | 0.29 | 0 | 339.11 | 1 | 0.78 |
| Hex | FF | 8F | B6 | 0 | 2C | 1D | 0 | 153 | 64 | 4E |
| Octal | 377 | 217 | 266 | 0 | 54 | 35 | 0 | 523 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10110110 | 0 | 101100 | 11101 | 0 | 101010011 | 1100100 | 1001110 |
Color Harmonies of #FF8FB6
Complementary color
Monochromatic Colors of #FF8FB6
Black with #FF8FB6
Text Example
Text Example
White with #FF8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FB6; }
p { color: rgb(255,143,182); }
H1.HeaderClassName
{
color: #FF8FB6;
}
.AnyTagClassName
{
color: #FF8FB6;
}
</style>
background-color css
<style>
a { background-color: #FF8FB6; }
a { background-color: rgb(255,143,182); }
div.DivClassName
{
background-color: #FF8FB6;
}
.BgClassName
{
background-color: #FF8FB6;
}
</style>
border-color css
<style>
span { border-color: #FF8FB6; }
span { border-color: rgb(255,143,182); }
td.TdClassName
{
border-color: #FF8FB6;
}
.TagClassName
{
border-color: #FF8FB6;
}
</style>