Shades of Light Pink #F6ADBA
Tints of Light Pink #F6ADBA
RGB
CMYK
RGB Variations
Color information
#F6ADBA (or 0xF6ADBA) is known color: Light Pink. HEX triplet: F6, AD and BA. RGB value is (246,173,186). Sum of RGB (Red+Green+Blue) = 246+173+186=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADBA is #095245. Grayscale: #C4C4C4. Windows color (decimal): -610886 or 12234230. OLE color: 12234230.
HSL color Cylindrical-coordinate representation of color #F6ADBA: hue angle of 349.32º 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 #F6ADBA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 186 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.04 |
| HSL | 349.32º | 0.8% | 0.82% | - |
| HSV(B) | 349.32º | 0.3% | 0.96% | - |
| XYZ | 61.81 | 53.03 | 53.43 | - |
| YUV | 196.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 186 | 0 | 0.30 | 0.24 | 0.04 | 349.32 | 0.8 | 0.82 |
| Hex | F6 | AD | BA | 0 | 1E | 18 | 4 | 15D | 50 | 52 |
| Octal | 366 | 255 | 272 | 0 | 36 | 30 | 4 | 535 | 120 | 122 |
| Binary | 11110110 | 10101101 | 10111010 | 0 | 11110 | 11000 | 100 | 101011101 | 1010000 | 1010010 |
Color Harmonies of #F6ADBA
Complementary color
Monochromatic Colors of #F6ADBA
Black with #F6ADBA
Text Example
Text Example
White with #F6ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADBA; }
p { color: rgb(246,173,186); }
H1.HeaderClassName
{
color: #F6ADBA;
}
.AnyTagClassName
{
color: #F6ADBA;
}
</style>
background-color css
<style>
a { background-color: #F6ADBA; }
a { background-color: rgb(246,173,186); }
div.DivClassName
{
background-color: #F6ADBA;
}
.BgClassName
{
background-color: #F6ADBA;
}
</style>
border-color css
<style>
span { border-color: #F6ADBA; }
span { border-color: rgb(246,173,186); }
td.TdClassName
{
border-color: #F6ADBA;
}
.TagClassName
{
border-color: #F6ADBA;
}
</style>