Shades of Your Pink #F6C2B4
Tints of Your Pink #F6C2B4
RGB
CMYK
RGB Variations
Color information
#F6C2B4 (or 0xF6C2B4) is known color: Your Pink. HEX triplet: F6, C2 and B4. RGB value is (246,194,180). Sum of RGB (Red+Green+Blue) = 246+194+180=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2B4 is #093D4B. Grayscale: #D0D0D0. Windows color (decimal): -605516 or 11846390. OLE color: 11846390.
HSL color Cylindrical-coordinate representation of color #F6C2B4: hue angle of 12.73º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6C2B4 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 180 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.04 |
| HSL | 12.73º | 0.79% | 0.84% | - |
| HSV(B) | 12.73º | 0.27% | 0.96% | - |
| XYZ | 65.54 | 61.47 | 51.59 | - |
| YUV | 207.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 180 | 0 | 0.21 | 0.27 | 0.04 | 12.73 | 0.79 | 0.84 |
| Hex | F6 | C2 | B4 | 0 | 15 | 1B | 4 | D | 4F | 54 |
| Octal | 366 | 302 | 264 | 0 | 25 | 33 | 4 | 15 | 117 | 124 |
| Binary | 11110110 | 11000010 | 10110100 | 0 | 10101 | 11011 | 100 | 1101 | 1001111 | 1010100 |
Color Harmonies of #F6C2B4
Complementary color
Monochromatic Colors of #F6C2B4
Black with #F6C2B4
Text Example
Text Example
White with #F6C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2B4; }
p { color: rgb(246,194,180); }
H1.HeaderClassName
{
color: #F6C2B4;
}
.AnyTagClassName
{
color: #F6C2B4;
}
</style>
background-color css
<style>
a { background-color: #F6C2B4; }
a { background-color: rgb(246,194,180); }
div.DivClassName
{
background-color: #F6C2B4;
}
.BgClassName
{
background-color: #F6C2B4;
}
</style>
border-color css
<style>
span { border-color: #F6C2B4; }
span { border-color: rgb(246,194,180); }
td.TdClassName
{
border-color: #F6C2B4;
}
.TagClassName
{
border-color: #F6C2B4;
}
</style>