Shades of Light Pink #F7ADB9
Tints of Light Pink #F7ADB9
RGB
CMYK
RGB Variations
Color information
#F7ADB9 (or 0xF7ADB9) is known color: Light Pink. HEX triplet: F7, AD and B9. RGB value is (247,173,185). Sum of RGB (Red+Green+Blue) = 247+173+185=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADB9 is #085246. Grayscale: #C4C4C4. Windows color (decimal): -545351 or 12168695. OLE color: 12168695.
HSL color Cylindrical-coordinate representation of color #F7ADB9: hue angle of 350.27º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADB9 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 185 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.03 |
| HSL | 350.27º | 0.82% | 0.82% | - |
| HSV(B) | 350.27º | 0.3% | 0.97% | - |
| XYZ | 62.06 | 53.16 | 52.89 | - |
| YUV | 196.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 185 | 0 | 0.30 | 0.25 | 0.03 | 350.27 | 0.82 | 0.82 |
| Hex | F7 | AD | B9 | 0 | 1E | 19 | 3 | 15E | 52 | 52 |
| Octal | 367 | 255 | 271 | 0 | 36 | 31 | 3 | 536 | 122 | 122 |
| Binary | 11110111 | 10101101 | 10111001 | 0 | 11110 | 11001 | 11 | 101011110 | 1010010 | 1010010 |
Color Harmonies of #F7ADB9
Complementary color
Monochromatic Colors of #F7ADB9
Black with #F7ADB9
Text Example
Text Example
White with #F7ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADB9; }
p { color: rgb(247,173,185); }
H1.HeaderClassName
{
color: #F7ADB9;
}
.AnyTagClassName
{
color: #F7ADB9;
}
</style>
background-color css
<style>
a { background-color: #F7ADB9; }
a { background-color: rgb(247,173,185); }
div.DivClassName
{
background-color: #F7ADB9;
}
.BgClassName
{
background-color: #F7ADB9;
}
</style>
border-color css
<style>
span { border-color: #F7ADB9; }
span { border-color: rgb(247,173,185); }
td.TdClassName
{
border-color: #F7ADB9;
}
.TagClassName
{
border-color: #F7ADB9;
}
</style>