Shades of Illusion #FF9DB0
Tints of Illusion #FF9DB0
RGB
CMYK
RGB Variations
Color information
#FF9DB0 (or 0xFF9DB0) is known color: Illusion. HEX triplet: FF, 9D and B0. RGB value is (255,157,176). Sum of RGB (Red+Green+Blue) = 255+157+176=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9DB0 is #00624F. Grayscale: #BCBCBC. Windows color (decimal): -25168 or 11574783. OLE color: 11574783.
HSL color Cylindrical-coordinate representation of color #FF9DB0: hue angle of 348.37º 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 #FF9DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 176 | - |
| CMYK | 0 | 0.38 | 0.31 | 0 |
| HSL | 348.37º | 1% | 0.81% | - |
| HSV(B) | 348.37º | 0.38% | 1% | - |
| XYZ | 61.13 | 48.51 | 47.22 | - |
| YUV | 188.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 176 | 0 | 0.38 | 0.31 | 0 | 348.37 | 1 | 0.81 |
| Hex | FF | 9D | B0 | 0 | 26 | 1F | 0 | 15C | 64 | 51 |
| Octal | 377 | 235 | 260 | 0 | 46 | 37 | 0 | 534 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10110000 | 0 | 100110 | 11111 | 0 | 101011100 | 1100100 | 1010001 |
Color Harmonies of #FF9DB0
Complementary color
Monochromatic Colors of #FF9DB0
Black with #FF9DB0
Text Example
Text Example
White with #FF9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB0; }
p { color: rgb(255,157,176); }
H1.HeaderClassName
{
color: #FF9DB0;
}
.AnyTagClassName
{
color: #FF9DB0;
}
</style>
background-color css
<style>
a { background-color: #FF9DB0; }
a { background-color: rgb(255,157,176); }
div.DivClassName
{
background-color: #FF9DB0;
}
.BgClassName
{
background-color: #FF9DB0;
}
</style>
border-color css
<style>
span { border-color: #FF9DB0; }
span { border-color: rgb(255,157,176); }
td.TdClassName
{
border-color: #FF9DB0;
}
.TagClassName
{
border-color: #FF9DB0;
}
</style>