Shades of Illusion #FF9DB6
Tints of Illusion #FF9DB6
RGB
CMYK
RGB Variations
Color information
#FF9DB6 (or 0xFF9DB6) is known color: Illusion. HEX triplet: FF, 9D and B6. RGB value is (255,157,182). Sum of RGB (Red+Green+Blue) = 255+157+182=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DB6 is #006249. Grayscale: #BDBDBD. Windows color (decimal): -25162 or 11967999. OLE color: 11967999.
HSL color Cylindrical-coordinate representation of color #FF9DB6: hue angle of 344.69º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DB6 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 182 | - |
| CMYK | 0 | 0.38 | 0.29 | 0 |
| HSL | 344.69º | 1% | 0.81% | - |
| HSV(B) | 344.69º | 0.38% | 1% | - |
| XYZ | 61.74 | 48.75 | 50.41 | - |
| YUV | 189.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 182 | 0 | 0.38 | 0.29 | 0 | 344.69 | 1 | 0.81 |
| Hex | FF | 9D | B6 | 0 | 26 | 1D | 0 | 159 | 64 | 51 |
| Octal | 377 | 235 | 266 | 0 | 46 | 35 | 0 | 531 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10110110 | 0 | 100110 | 11101 | 0 | 101011001 | 1100100 | 1010001 |
Color Harmonies of #FF9DB6
Complementary color
Monochromatic Colors of #FF9DB6
Black with #FF9DB6
Text Example
Text Example
White with #FF9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB6; }
p { color: rgb(255,157,182); }
H1.HeaderClassName
{
color: #FF9DB6;
}
.AnyTagClassName
{
color: #FF9DB6;
}
</style>
background-color css
<style>
a { background-color: #FF9DB6; }
a { background-color: rgb(255,157,182); }
div.DivClassName
{
background-color: #FF9DB6;
}
.BgClassName
{
background-color: #FF9DB6;
}
</style>
border-color css
<style>
span { border-color: #FF9DB6; }
span { border-color: rgb(255,157,182); }
td.TdClassName
{
border-color: #FF9DB6;
}
.TagClassName
{
border-color: #FF9DB6;
}
</style>