Shades of Illusion #FF8CB5
Tints of Illusion #FF8CB5
RGB
CMYK
RGB Variations
Color information
#FF8CB5 (or 0xFF8CB5) is known color: Illusion. HEX triplet: FF, 8C and B5. RGB value is (255,140,181). Sum of RGB (Red+Green+Blue) = 255+140+181=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CB5 is #00734A. Grayscale: #B3B3B3. Windows color (decimal): -29515 or 11898111. OLE color: 11898111.
HSL color Cylindrical-coordinate representation of color #FF8CB5: hue angle of 338.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CB5 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 181 | - |
| CMYK | 0 | 0.45 | 0.29 | 0 |
| HSL | 338.61º | 1% | 0.77% | - |
| HSV(B) | 338.61º | 0.45% | 1% | - |
| XYZ | 58.96 | 43.35 | 48.98 | - |
| YUV | 179.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 181 | 0 | 0.45 | 0.29 | 0 | 338.61 | 1 | 0.77 |
| Hex | FF | 8C | B5 | 0 | 2D | 1D | 0 | 153 | 64 | 4D |
| Octal | 377 | 214 | 265 | 0 | 55 | 35 | 0 | 523 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10110101 | 0 | 101101 | 11101 | 0 | 101010011 | 1100100 | 1001101 |
Color Harmonies of #FF8CB5
Complementary color
Monochromatic Colors of #FF8CB5
Black with #FF8CB5
Text Example
Text Example
White with #FF8CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CB5; }
p { color: rgb(255,140,181); }
H1.HeaderClassName
{
color: #FF8CB5;
}
.AnyTagClassName
{
color: #FF8CB5;
}
</style>
background-color css
<style>
a { background-color: #FF8CB5; }
a { background-color: rgb(255,140,181); }
div.DivClassName
{
background-color: #FF8CB5;
}
.BgClassName
{
background-color: #FF8CB5;
}
</style>
border-color css
<style>
span { border-color: #FF8CB5; }
span { border-color: rgb(255,140,181); }
td.TdClassName
{
border-color: #FF8CB5;
}
.TagClassName
{
border-color: #FF8CB5;
}
</style>