Shades of Pink #FFC1CD
Tints of Pink #FFC1CD
RGB
CMYK
RGB Variations
Color information
#FFC1CD (or 0xFFC1CD) is known color: Pink. HEX triplet: FF, C1 and CD. RGB value is (255,193,205). Sum of RGB (Red+Green+Blue) = 255+193+205=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1CD is #003E32. Grayscale: #D4D4D4. Windows color (decimal): -15923 or 13484543. OLE color: 13484543.
HSL color Cylindrical-coordinate representation of color #FFC1CD: hue angle of 348.39º 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 #FFC1CD is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 205 | - |
| CMYK | 0 | 0.24 | 0.20 | 0 |
| HSL | 348.39º | 1% | 0.88% | - |
| HSV(B) | 348.39º | 0.24% | 1% | - |
| XYZ | 71.33 | 63.81 | 66.31 | - |
| YUV | 212.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 205 | 0 | 0.24 | 0.20 | 0 | 348.39 | 1 | 0.88 |
| Hex | FF | C1 | CD | 0 | 18 | 14 | 0 | 15C | 64 | 58 |
| Octal | 377 | 301 | 315 | 0 | 30 | 24 | 0 | 534 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11001101 | 0 | 11000 | 10100 | 0 | 101011100 | 1100100 | 1011000 |
Color Harmonies of #FFC1CD
Complementary color
Monochromatic Colors of #FFC1CD
Black with #FFC1CD
Text Example
Text Example
White with #FFC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1CD; }
p { color: rgb(255,193,205); }
H1.HeaderClassName
{
color: #FFC1CD;
}
.AnyTagClassName
{
color: #FFC1CD;
}
</style>
background-color css
<style>
a { background-color: #FFC1CD; }
a { background-color: rgb(255,193,205); }
div.DivClassName
{
background-color: #FFC1CD;
}
.BgClassName
{
background-color: #FFC1CD;
}
</style>
border-color css
<style>
span { border-color: #FFC1CD; }
span { border-color: rgb(255,193,205); }
td.TdClassName
{
border-color: #FFC1CD;
}
.TagClassName
{
border-color: #FFC1CD;
}
</style>