Shades of Illusion #FF9BAF
Tints of Illusion #FF9BAF
RGB
CMYK
RGB Variations
Color information
#FF9BAF (or 0xFF9BAF) is known color: Illusion. HEX triplet: FF, 9B and AF. RGB value is (255,155,175). Sum of RGB (Red+Green+Blue) = 255+155+175=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9BAF is #006450. Grayscale: #BBBBBB. Windows color (decimal): -25681 or 11508735. OLE color: 11508735.
HSL color Cylindrical-coordinate representation of color #FF9BAF: hue angle of 348º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BAF is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 175 | - |
| CMYK | 0 | 0.39 | 0.31 | 0 |
| HSL | 348º | 1% | 0.8% | - |
| HSV(B) | 348º | 0.39% | 1% | - |
| XYZ | 60.7 | 47.8 | 46.58 | - |
| YUV | 187.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 175 | 0 | 0.39 | 0.31 | 0 | 348 | 1 | 0.8 |
| Hex | FF | 9B | AF | 0 | 27 | 1F | 0 | 15C | 64 | 50 |
| Octal | 377 | 233 | 257 | 0 | 47 | 37 | 0 | 534 | 144 | 120 |
| Binary | 11111111 | 10011011 | 10101111 | 0 | 100111 | 11111 | 0 | 101011100 | 1100100 | 1010000 |
Color Harmonies of #FF9BAF
Complementary color
Monochromatic Colors of #FF9BAF
Black with #FF9BAF
Text Example
Text Example
White with #FF9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BAF; }
p { color: rgb(255,155,175); }
H1.HeaderClassName
{
color: #FF9BAF;
}
.AnyTagClassName
{
color: #FF9BAF;
}
</style>
background-color css
<style>
a { background-color: #FF9BAF; }
a { background-color: rgb(255,155,175); }
div.DivClassName
{
background-color: #FF9BAF;
}
.BgClassName
{
background-color: #FF9BAF;
}
</style>
border-color css
<style>
span { border-color: #FF9BAF; }
span { border-color: rgb(255,155,175); }
td.TdClassName
{
border-color: #FF9BAF;
}
.TagClassName
{
border-color: #FF9BAF;
}
</style>