Shades of Pink #FFC2C8
Tints of Pink #FFC2C8
RGB
CMYK
RGB Variations
Color information
#FFC2C8 (or 0xFFC2C8) is known color: Pink. HEX triplet: FF, C2 and C8. RGB value is (255,194,200). Sum of RGB (Red+Green+Blue) = 255+194+200=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2C8 is #003D37. Grayscale: #D4D4D4. Windows color (decimal): -15672 or 13157119. OLE color: 13157119.
HSL color Cylindrical-coordinate representation of color #FFC2C8: hue angle of 354.1º 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 #FFC2C8 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 200 | - |
| CMYK | 0 | 0.24 | 0.22 | 0 |
| HSL | 354.1º | 1% | 0.88% | - |
| HSV(B) | 354.1º | 0.24% | 1% | - |
| XYZ | 70.96 | 64.01 | 63.26 | - |
| YUV | 212.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 200 | 0 | 0.24 | 0.22 | 0 | 354.1 | 1 | 0.88 |
| Hex | FF | C2 | C8 | 0 | 18 | 16 | 0 | 162 | 64 | 58 |
| Octal | 377 | 302 | 310 | 0 | 30 | 26 | 0 | 542 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11001000 | 0 | 11000 | 10110 | 0 | 101100010 | 1100100 | 1011000 |
Color Harmonies of #FFC2C8
Complementary color
Monochromatic Colors of #FFC2C8
Black with #FFC2C8
Text Example
Text Example
White with #FFC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2C8; }
p { color: rgb(255,194,200); }
H1.HeaderClassName
{
color: #FFC2C8;
}
.AnyTagClassName
{
color: #FFC2C8;
}
</style>
background-color css
<style>
a { background-color: #FFC2C8; }
a { background-color: rgb(255,194,200); }
div.DivClassName
{
background-color: #FFC2C8;
}
.BgClassName
{
background-color: #FFC2C8;
}
</style>
border-color css
<style>
span { border-color: #FFC2C8; }
span { border-color: rgb(255,194,200); }
td.TdClassName
{
border-color: #FFC2C8;
}
.TagClassName
{
border-color: #FFC2C8;
}
</style>