Shades of Light Pink #F6ADB7
Tints of Light Pink #F6ADB7
RGB
CMYK
RGB Variations
Color information
#F6ADB7 (or 0xF6ADB7) is known color: Light Pink. HEX triplet: F6, AD and B7. RGB value is (246,173,183). Sum of RGB (Red+Green+Blue) = 246+173+183=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADB7 is #095248. Grayscale: #C4C4C4. Windows color (decimal): -610889 or 12037622. OLE color: 12037622.
HSL color Cylindrical-coordinate representation of color #F6ADB7: hue angle of 351.78º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADB7 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 183 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.04 |
| HSL | 351.78º | 0.8% | 0.82% | - |
| HSV(B) | 351.78º | 0.3% | 0.96% | - |
| XYZ | 61.5 | 52.9 | 51.77 | - |
| YUV | 195.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 183 | 0 | 0.30 | 0.26 | 0.04 | 351.78 | 0.8 | 0.82 |
| Hex | F6 | AD | B7 | 0 | 1E | 1A | 4 | 160 | 50 | 52 |
| Octal | 366 | 255 | 267 | 0 | 36 | 32 | 4 | 540 | 120 | 122 |
| Binary | 11110110 | 10101101 | 10110111 | 0 | 11110 | 11010 | 100 | 101100000 | 1010000 | 1010010 |
Color Harmonies of #F6ADB7
Complementary color
Monochromatic Colors of #F6ADB7
Black with #F6ADB7
Text Example
Text Example
White with #F6ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADB7; }
p { color: rgb(246,173,183); }
H1.HeaderClassName
{
color: #F6ADB7;
}
.AnyTagClassName
{
color: #F6ADB7;
}
</style>
background-color css
<style>
a { background-color: #F6ADB7; }
a { background-color: rgb(246,173,183); }
div.DivClassName
{
background-color: #F6ADB7;
}
.BgClassName
{
background-color: #F6ADB7;
}
</style>
border-color css
<style>
span { border-color: #F6ADB7; }
span { border-color: rgb(246,173,183); }
td.TdClassName
{
border-color: #F6ADB7;
}
.TagClassName
{
border-color: #F6ADB7;
}
</style>