Shades of Pink #FFC6D2
Tints of Pink #FFC6D2
RGB
CMYK
RGB Variations
Color information
#FFC6D2 (or 0xFFC6D2) is known color: Pink. HEX triplet: FF, C6 and D2. RGB value is (255,198,210). Sum of RGB (Red+Green+Blue) = 255+198+210=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6D2 is #00392D. Grayscale: #D8D8D8. Windows color (decimal): -14638 or 13813503. OLE color: 13813503.
HSL color Cylindrical-coordinate representation of color #FFC6D2: hue angle of 347.37º 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 #FFC6D2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 210 | - |
| CMYK | 0 | 0.22 | 0.18 | 0 |
| HSL | 347.37º | 1% | 0.89% | - |
| HSV(B) | 347.37º | 0.22% | 1% | - |
| XYZ | 73.07 | 66.3 | 69.92 | - |
| YUV | 216.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 210 | 0 | 0.22 | 0.18 | 0 | 347.37 | 1 | 0.89 |
| Hex | FF | C6 | D2 | 0 | 16 | 12 | 0 | 15B | 64 | 59 |
| Octal | 377 | 306 | 322 | 0 | 26 | 22 | 0 | 533 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11010010 | 0 | 10110 | 10010 | 0 | 101011011 | 1100100 | 1011001 |
Color Harmonies of #FFC6D2
Complementary color
Monochromatic Colors of #FFC6D2
Black with #FFC6D2
Text Example
Text Example
White with #FFC6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6D2; }
p { color: rgb(255,198,210); }
H1.HeaderClassName
{
color: #FFC6D2;
}
.AnyTagClassName
{
color: #FFC6D2;
}
</style>
background-color css
<style>
a { background-color: #FFC6D2; }
a { background-color: rgb(255,198,210); }
div.DivClassName
{
background-color: #FFC6D2;
}
.BgClassName
{
background-color: #FFC6D2;
}
</style>
border-color css
<style>
span { border-color: #FFC6D2; }
span { border-color: rgb(255,198,210); }
td.TdClassName
{
border-color: #FFC6D2;
}
.TagClassName
{
border-color: #FFC6D2;
}
</style>