Shades of Light Pink #FFADB9
Tints of Light Pink #FFADB9
RGB
CMYK
RGB Variations
Color information
#FFADB9 (or 0xFFADB9) is known color: Light Pink. HEX triplet: FF, AD and B9. RGB value is (255,173,185). Sum of RGB (Red+Green+Blue) = 255+173+185=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADB9 is #005246. Grayscale: #C6C6C6. Windows color (decimal): -21063 or 12168703. OLE color: 12168703.
HSL color Cylindrical-coordinate representation of color #FFADB9: hue angle of 351.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADB9 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 185 | - |
| CMYK | 0 | 0.32 | 0.27 | 0 |
| HSL | 351.22º | 1% | 0.84% | - |
| HSV(B) | 351.22º | 0.32% | 1% | - |
| XYZ | 64.94 | 54.65 | 53.02 | - |
| YUV | 198.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 185 | 0 | 0.32 | 0.27 | 0 | 351.22 | 1 | 0.84 |
| Hex | FF | AD | B9 | 0 | 20 | 1B | 0 | 15F | 64 | 54 |
| Octal | 377 | 255 | 271 | 0 | 40 | 33 | 0 | 537 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10111001 | 0 | 100000 | 11011 | 0 | 101011111 | 1100100 | 1010100 |
Color Harmonies of #FFADB9
Complementary color
Monochromatic Colors of #FFADB9
Black with #FFADB9
Text Example
Text Example
White with #FFADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADB9; }
p { color: rgb(255,173,185); }
H1.HeaderClassName
{
color: #FFADB9;
}
.AnyTagClassName
{
color: #FFADB9;
}
</style>
background-color css
<style>
a { background-color: #FFADB9; }
a { background-color: rgb(255,173,185); }
div.DivClassName
{
background-color: #FFADB9;
}
.BgClassName
{
background-color: #FFADB9;
}
</style>
border-color css
<style>
span { border-color: #FFADB9; }
span { border-color: rgb(255,173,185); }
td.TdClassName
{
border-color: #FFADB9;
}
.TagClassName
{
border-color: #FFADB9;
}
</style>