Shades of Light Pink #F6A8B3
Tints of Light Pink #F6A8B3
RGB
CMYK
RGB Variations
Color information
#F6A8B3 (or 0xF6A8B3) is known color: Light Pink. HEX triplet: F6, A8 and B3. RGB value is (246,168,179). Sum of RGB (Red+Green+Blue) = 246+168+179=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8B3 is #09574C. Grayscale: #C0C0C0. Windows color (decimal): -612173 or 11774198. OLE color: 11774198.
HSL color Cylindrical-coordinate representation of color #F6A8B3: hue angle of 351.54º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A8B3 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 179 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.04 |
| HSL | 351.54º | 0.81% | 0.81% | - |
| HSV(B) | 351.54º | 0.32% | 0.96% | - |
| XYZ | 60.15 | 50.85 | 49.29 | - |
| YUV | 192.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 179 | 0 | 0.32 | 0.27 | 0.04 | 351.54 | 0.81 | 0.81 |
| Hex | F6 | A8 | B3 | 0 | 20 | 1B | 4 | 160 | 51 | 51 |
| Octal | 366 | 250 | 263 | 0 | 40 | 33 | 4 | 540 | 121 | 121 |
| Binary | 11110110 | 10101000 | 10110011 | 0 | 100000 | 11011 | 100 | 101100000 | 1010001 | 1010001 |
Color Harmonies of #F6A8B3
Complementary color
Monochromatic Colors of #F6A8B3
Black with #F6A8B3
Text Example
Text Example
White with #F6A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A8B3; }
p { color: rgb(246,168,179); }
H1.HeaderClassName
{
color: #F6A8B3;
}
.AnyTagClassName
{
color: #F6A8B3;
}
</style>
background-color css
<style>
a { background-color: #F6A8B3; }
a { background-color: rgb(246,168,179); }
div.DivClassName
{
background-color: #F6A8B3;
}
.BgClassName
{
background-color: #F6A8B3;
}
</style>
border-color css
<style>
span { border-color: #F6A8B3; }
span { border-color: rgb(246,168,179); }
td.TdClassName
{
border-color: #F6A8B3;
}
.TagClassName
{
border-color: #F6A8B3;
}
</style>