Shades of Illusion #FF99B4
Tints of Illusion #FF99B4
RGB
CMYK
RGB Variations
Color information
#FF99B4 (or 0xFF99B4) is known color: Illusion. HEX triplet: FF, 99 and B4. RGB value is (255,153,180). Sum of RGB (Red+Green+Blue) = 255+153+180=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99B4 is #00664B. Grayscale: #BABABA. Windows color (decimal): -26188 or 11835903. OLE color: 11835903.
HSL color Cylindrical-coordinate representation of color #FF99B4: hue angle of 344.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99B4 is Cyan = 0, Magento = 0.4, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 180 | - |
| CMYK | 0 | 0.4 | 0.29 | 0 |
| HSL | 344.12º | 1% | 0.8% | - |
| HSV(B) | 344.12º | 0.4% | 1% | - |
| XYZ | 60.87 | 47.34 | 49.11 | - |
| YUV | 186.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 180 | 0 | 0.4 | 0.29 | 0 | 344.12 | 1 | 0.8 |
| Hex | FF | 99 | B4 | 0 | 28 | 1D | 0 | 158 | 64 | 50 |
| Octal | 377 | 231 | 264 | 0 | 50 | 35 | 0 | 530 | 144 | 120 |
| Binary | 11111111 | 10011001 | 10110100 | 0 | 101000 | 11101 | 0 | 101011000 | 1100100 | 1010000 |
Color Harmonies of #FF99B4
Complementary color
Monochromatic Colors of #FF99B4
Black with #FF99B4
Text Example
Text Example
White with #FF99B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99B4; }
p { color: rgb(255,153,180); }
H1.HeaderClassName
{
color: #FF99B4;
}
.AnyTagClassName
{
color: #FF99B4;
}
</style>
background-color css
<style>
a { background-color: #FF99B4; }
a { background-color: rgb(255,153,180); }
div.DivClassName
{
background-color: #FF99B4;
}
.BgClassName
{
background-color: #FF99B4;
}
</style>
border-color css
<style>
span { border-color: #FF99B4; }
span { border-color: rgb(255,153,180); }
td.TdClassName
{
border-color: #FF99B4;
}
.TagClassName
{
border-color: #FF99B4;
}
</style>