Shades of Pink #F6C3CB
Tints of Pink #F6C3CB
RGB
CMYK
RGB Variations
Color information
#F6C3CB (or 0xF6C3CB) is known color: Pink. HEX triplet: F6, C3 and CB. RGB value is (246,195,203). Sum of RGB (Red+Green+Blue) = 246+195+203=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3CB is #093C34. Grayscale: #D3D3D3. Windows color (decimal): -605237 or 13353974. OLE color: 13353974.
HSL color Cylindrical-coordinate representation of color #F6C3CB: hue angle of 350.59º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C3CB is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 203 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.04 |
| HSL | 350.59º | 0.74% | 0.86% | - |
| HSV(B) | 350.59º | 0.21% | 0.96% | - |
| XYZ | 68.3 | 62.93 | 65.05 | - |
| YUV | 211.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 203 | 0 | 0.21 | 0.17 | 0.04 | 350.59 | 0.74 | 0.86 |
| Hex | F6 | C3 | CB | 0 | 15 | 11 | 4 | 15F | 4A | 56 |
| Octal | 366 | 303 | 313 | 0 | 25 | 21 | 4 | 537 | 112 | 126 |
| Binary | 11110110 | 11000011 | 11001011 | 0 | 10101 | 10001 | 100 | 101011111 | 1001010 | 1010110 |
Color Harmonies of #F6C3CB
Complementary color
Monochromatic Colors of #F6C3CB
Black with #F6C3CB
Text Example
Text Example
White with #F6C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C3CB; }
p { color: rgb(246,195,203); }
H1.HeaderClassName
{
color: #F6C3CB;
}
.AnyTagClassName
{
color: #F6C3CB;
}
</style>
background-color css
<style>
a { background-color: #F6C3CB; }
a { background-color: rgb(246,195,203); }
div.DivClassName
{
background-color: #F6C3CB;
}
.BgClassName
{
background-color: #F6C3CB;
}
</style>
border-color css
<style>
span { border-color: #F6C3CB; }
span { border-color: rgb(246,195,203); }
td.TdClassName
{
border-color: #F6C3CB;
}
.TagClassName
{
border-color: #F6C3CB;
}
</style>