Shades of Light Pink #F7ADB0
Tints of Light Pink #F7ADB0
RGB
CMYK
RGB Variations
Color information
#F7ADB0 (or 0xF7ADB0) is known color: Light Pink. HEX triplet: F7, AD and B0. RGB value is (247,173,176). Sum of RGB (Red+Green+Blue) = 247+173+176=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ADB0 is #08524F. Grayscale: #C3C3C3. Windows color (decimal): -545360 or 11578871. OLE color: 11578871.
HSL color Cylindrical-coordinate representation of color #F7ADB0: hue angle of 357.57º 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 #F7ADB0 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 176 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.03 |
| HSL | 357.57º | 0.82% | 0.82% | - |
| HSV(B) | 357.57º | 0.3% | 0.97% | - |
| XYZ | 61.14 | 52.8 | 48.04 | - |
| YUV | 195.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 176 | 0 | 0.30 | 0.29 | 0.03 | 357.57 | 0.82 | 0.82 |
| Hex | F7 | AD | B0 | 0 | 1E | 1D | 3 | 166 | 52 | 52 |
| Octal | 367 | 255 | 260 | 0 | 36 | 35 | 3 | 546 | 122 | 122 |
| Binary | 11110111 | 10101101 | 10110000 | 0 | 11110 | 11101 | 11 | 101100110 | 1010010 | 1010010 |
Color Harmonies of #F7ADB0
Complementary color
Monochromatic Colors of #F7ADB0
Black with #F7ADB0
Text Example
Text Example
White with #F7ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADB0; }
p { color: rgb(247,173,176); }
H1.HeaderClassName
{
color: #F7ADB0;
}
.AnyTagClassName
{
color: #F7ADB0;
}
</style>
background-color css
<style>
a { background-color: #F7ADB0; }
a { background-color: rgb(247,173,176); }
div.DivClassName
{
background-color: #F7ADB0;
}
.BgClassName
{
background-color: #F7ADB0;
}
</style>
border-color css
<style>
span { border-color: #F7ADB0; }
span { border-color: rgb(247,173,176); }
td.TdClassName
{
border-color: #F7ADB0;
}
.TagClassName
{
border-color: #F7ADB0;
}
</style>