Shades of Pink #FFC6CB
Tints of Pink #FFC6CB
RGB
CMYK
RGB Variations
Color information
#FFC6CB (or 0xFFC6CB) is known color: Pink. HEX triplet: FF, C6 and CB. RGB value is (255,198,203). Sum of RGB (Red+Green+Blue) = 255+198+203=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6CB is #003934. Grayscale: #D7D7D7. Windows color (decimal): -14645 or 13354751. OLE color: 13354751.
HSL color Cylindrical-coordinate representation of color #FFC6CB: hue angle of 354.74º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6CB is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 203 | - |
| CMYK | 0 | 0.22 | 0.20 | 0 |
| HSL | 354.74º | 1% | 0.89% | - |
| HSV(B) | 354.74º | 0.22% | 1% | - |
| XYZ | 72.21 | 65.96 | 65.43 | - |
| YUV | 215.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 203 | 0 | 0.22 | 0.20 | 0 | 354.74 | 1 | 0.89 |
| Hex | FF | C6 | CB | 0 | 16 | 14 | 0 | 163 | 64 | 59 |
| Octal | 377 | 306 | 313 | 0 | 26 | 24 | 0 | 543 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11001011 | 0 | 10110 | 10100 | 0 | 101100011 | 1100100 | 1011001 |
Color Harmonies of #FFC6CB
Complementary color
Monochromatic Colors of #FFC6CB
Black with #FFC6CB
Text Example
Text Example
White with #FFC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6CB; }
p { color: rgb(255,198,203); }
H1.HeaderClassName
{
color: #FFC6CB;
}
.AnyTagClassName
{
color: #FFC6CB;
}
</style>
background-color css
<style>
a { background-color: #FFC6CB; }
a { background-color: rgb(255,198,203); }
div.DivClassName
{
background-color: #FFC6CB;
}
.BgClassName
{
background-color: #FFC6CB;
}
</style>
border-color css
<style>
span { border-color: #FFC6CB; }
span { border-color: rgb(255,198,203); }
td.TdClassName
{
border-color: #FFC6CB;
}
.TagClassName
{
border-color: #FFC6CB;
}
</style>