Shades of Illusion #FF95BB
Tints of Illusion #FF95BB
RGB
CMYK
RGB Variations
Color information
#FF95BB (or 0xFF95BB) is known color: Illusion. HEX triplet: FF, 95 and BB. RGB value is (255,149,187). Sum of RGB (Red+Green+Blue) = 255+149+187=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95BB is #006A44. Grayscale: #B8B8B8. Windows color (decimal): -27205 or 12293631. OLE color: 12293631.
HSL color Cylindrical-coordinate representation of color #FF95BB: hue angle of 338.49º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95BB is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 187 | - |
| CMYK | 0 | 0.42 | 0.27 | 0 |
| HSL | 338.49º | 1% | 0.79% | - |
| HSV(B) | 338.49º | 0.42% | 1% | - |
| XYZ | 60.96 | 46.34 | 52.75 | - |
| YUV | 185.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 187 | 0 | 0.42 | 0.27 | 0 | 338.49 | 1 | 0.79 |
| Hex | FF | 95 | BB | 0 | 2A | 1B | 0 | 152 | 64 | 4F |
| Octal | 377 | 225 | 273 | 0 | 52 | 33 | 0 | 522 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10111011 | 0 | 101010 | 11011 | 0 | 101010010 | 1100100 | 1001111 |
Color Harmonies of #FF95BB
Complementary color
Monochromatic Colors of #FF95BB
Black with #FF95BB
Text Example
Text Example
White with #FF95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95BB; }
p { color: rgb(255,149,187); }
H1.HeaderClassName
{
color: #FF95BB;
}
.AnyTagClassName
{
color: #FF95BB;
}
</style>
background-color css
<style>
a { background-color: #FF95BB; }
a { background-color: rgb(255,149,187); }
div.DivClassName
{
background-color: #FF95BB;
}
.BgClassName
{
background-color: #FF95BB;
}
</style>
border-color css
<style>
span { border-color: #FF95BB; }
span { border-color: rgb(255,149,187); }
td.TdClassName
{
border-color: #FF95BB;
}
.TagClassName
{
border-color: #FF95BB;
}
</style>