Shades of Pink #FFC2D0
Tints of Pink #FFC2D0
RGB
CMYK
RGB Variations
Color information
#FFC2D0 (or 0xFFC2D0) is known color: Pink. HEX triplet: FF, C2 and D0. RGB value is (255,194,208). Sum of RGB (Red+Green+Blue) = 255+194+208=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2D0 is #003D2F. Grayscale: #D5D5D5. Windows color (decimal): -15664 or 13681407. OLE color: 13681407.
HSL color Cylindrical-coordinate representation of color #FFC2D0: hue angle of 346.23º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2D0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 208 | - |
| CMYK | 0 | 0.24 | 0.18 | 0 |
| HSL | 346.23º | 1% | 0.88% | - |
| HSV(B) | 346.23º | 0.24% | 1% | - |
| XYZ | 71.92 | 64.4 | 68.31 | - |
| YUV | 213.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 208 | 0 | 0.24 | 0.18 | 0 | 346.23 | 1 | 0.88 |
| Hex | FF | C2 | D0 | 0 | 18 | 12 | 0 | 15A | 64 | 58 |
| Octal | 377 | 302 | 320 | 0 | 30 | 22 | 0 | 532 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11010000 | 0 | 11000 | 10010 | 0 | 101011010 | 1100100 | 1011000 |
Color Harmonies of #FFC2D0
Complementary color
Monochromatic Colors of #FFC2D0
Black with #FFC2D0
Text Example
Text Example
White with #FFC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2D0; }
p { color: rgb(255,194,208); }
H1.HeaderClassName
{
color: #FFC2D0;
}
.AnyTagClassName
{
color: #FFC2D0;
}
</style>
background-color css
<style>
a { background-color: #FFC2D0; }
a { background-color: rgb(255,194,208); }
div.DivClassName
{
background-color: #FFC2D0;
}
.BgClassName
{
background-color: #FFC2D0;
}
</style>
border-color css
<style>
span { border-color: #FFC2D0; }
span { border-color: rgb(255,194,208); }
td.TdClassName
{
border-color: #FFC2D0;
}
.TagClassName
{
border-color: #FFC2D0;
}
</style>