Shades of Pink #F6C4CB
Tints of Pink #F6C4CB
RGB
CMYK
RGB Variations
Color information
#F6C4CB (or 0xF6C4CB) is known color: Pink. HEX triplet: F6, C4 and CB. RGB value is (246,196,203). Sum of RGB (Red+Green+Blue) = 246+196+203=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4CB is #093B34. Grayscale: #D3D3D3. Windows color (decimal): -604981 or 13354230. OLE color: 13354230.
HSL color Cylindrical-coordinate representation of color #F6C4CB: hue angle of 351.6º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C4CB is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 203 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.04 |
| HSL | 351.6º | 0.74% | 0.87% | - |
| HSV(B) | 351.6º | 0.2% | 0.96% | - |
| XYZ | 68.53 | 63.38 | 65.12 | - |
| YUV | 211.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 203 | 0 | 0.20 | 0.17 | 0.04 | 351.6 | 0.74 | 0.87 |
| Hex | F6 | C4 | CB | 0 | 14 | 11 | 4 | 160 | 4A | 57 |
| Octal | 366 | 304 | 313 | 0 | 24 | 21 | 4 | 540 | 112 | 127 |
| Binary | 11110110 | 11000100 | 11001011 | 0 | 10100 | 10001 | 100 | 101100000 | 1001010 | 1010111 |
Color Harmonies of #F6C4CB
Complementary color
Monochromatic Colors of #F6C4CB
Black with #F6C4CB
Text Example
Text Example
White with #F6C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4CB; }
p { color: rgb(246,196,203); }
H1.HeaderClassName
{
color: #F6C4CB;
}
.AnyTagClassName
{
color: #F6C4CB;
}
</style>
background-color css
<style>
a { background-color: #F6C4CB; }
a { background-color: rgb(246,196,203); }
div.DivClassName
{
background-color: #F6C4CB;
}
.BgClassName
{
background-color: #F6C4CB;
}
</style>
border-color css
<style>
span { border-color: #F6C4CB; }
span { border-color: rgb(246,196,203); }
td.TdClassName
{
border-color: #F6C4CB;
}
.TagClassName
{
border-color: #F6C4CB;
}
</style>