Shades of Your Pink #F6C9BF
Tints of Your Pink #F6C9BF
RGB
CMYK
RGB Variations
Color information
#F6C9BF (or 0xF6C9BF) is known color: Your Pink. HEX triplet: F6, C9 and BF. RGB value is (246,201,191). Sum of RGB (Red+Green+Blue) = 246+201+191=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9BF is #093640. Grayscale: #D5D5D5. Windows color (decimal): -603713 or 12569078. OLE color: 12569078.
HSL color Cylindrical-coordinate representation of color #F6C9BF: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6C9BF is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 191 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.04 |
| HSL | 10.91º | 0.75% | 0.86% | - |
| HSV(B) | 10.91º | 0.22% | 0.96% | - |
| XYZ | 68.3 | 65.13 | 58.26 | - |
| YUV | 213.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 191 | 0 | 0.18 | 0.22 | 0.04 | 10.91 | 0.75 | 0.86 |
| Hex | F6 | C9 | BF | 0 | 12 | 16 | 4 | B | 4B | 56 |
| Octal | 366 | 311 | 277 | 0 | 22 | 26 | 4 | 13 | 113 | 126 |
| Binary | 11110110 | 11001001 | 10111111 | 0 | 10010 | 10110 | 100 | 1011 | 1001011 | 1010110 |
Color Harmonies of #F6C9BF
Complementary color
Monochromatic Colors of #F6C9BF
Black with #F6C9BF
Text Example
Text Example
White with #F6C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9BF; }
p { color: rgb(246,201,191); }
H1.HeaderClassName
{
color: #F6C9BF;
}
.AnyTagClassName
{
color: #F6C9BF;
}
</style>
background-color css
<style>
a { background-color: #F6C9BF; }
a { background-color: rgb(246,201,191); }
div.DivClassName
{
background-color: #F6C9BF;
}
.BgClassName
{
background-color: #F6C9BF;
}
</style>
border-color css
<style>
span { border-color: #F6C9BF; }
span { border-color: rgb(246,201,191); }
td.TdClassName
{
border-color: #F6C9BF;
}
.TagClassName
{
border-color: #F6C9BF;
}
</style>