Shades of Pink #FFC2CD
Tints of Pink #FFC2CD
RGB
CMYK
RGB Variations
Color information
#FFC2CD (or 0xFFC2CD) is known color: Pink. HEX triplet: FF, C2 and CD. RGB value is (255,194,205). Sum of RGB (Red+Green+Blue) = 255+194+205=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2CD is #003D32. Grayscale: #D5D5D5. Windows color (decimal): -15667 or 13484799. OLE color: 13484799.
HSL color Cylindrical-coordinate representation of color #FFC2CD: hue angle of 349.18º 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 #FFC2CD is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 205 | - |
| CMYK | 0 | 0.24 | 0.20 | 0 |
| HSL | 349.18º | 1% | 0.88% | - |
| HSV(B) | 349.18º | 0.24% | 1% | - |
| XYZ | 71.55 | 64.25 | 66.39 | - |
| YUV | 213.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 205 | 0 | 0.24 | 0.20 | 0 | 349.18 | 1 | 0.88 |
| Hex | FF | C2 | CD | 0 | 18 | 14 | 0 | 15D | 64 | 58 |
| Octal | 377 | 302 | 315 | 0 | 30 | 24 | 0 | 535 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11001101 | 0 | 11000 | 10100 | 0 | 101011101 | 1100100 | 1011000 |
Color Harmonies of #FFC2CD
Complementary color
Monochromatic Colors of #FFC2CD
Black with #FFC2CD
Text Example
Text Example
White with #FFC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2CD; }
p { color: rgb(255,194,205); }
H1.HeaderClassName
{
color: #FFC2CD;
}
.AnyTagClassName
{
color: #FFC2CD;
}
</style>
background-color css
<style>
a { background-color: #FFC2CD; }
a { background-color: rgb(255,194,205); }
div.DivClassName
{
background-color: #FFC2CD;
}
.BgClassName
{
background-color: #FFC2CD;
}
</style>
border-color css
<style>
span { border-color: #FFC2CD; }
span { border-color: rgb(255,194,205); }
td.TdClassName
{
border-color: #FFC2CD;
}
.TagClassName
{
border-color: #FFC2CD;
}
</style>