Shades of Pink #FFC1D3
Tints of Pink #FFC1D3
RGB
CMYK
RGB Variations
Color information
#FFC1D3 (or 0xFFC1D3) is known color: Pink. HEX triplet: FF, C1 and D3. RGB value is (255,193,211). Sum of RGB (Red+Green+Blue) = 255+193+211=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1D3 is #003E2C. Grayscale: #D5D5D5. Windows color (decimal): -15917 or 13877759. OLE color: 13877759.
HSL color Cylindrical-coordinate representation of color #FFC1D3: hue angle of 342.58º 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 #FFC1D3 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 211 | - |
| CMYK | 0 | 0.24 | 0.17 | 0 |
| HSL | 342.58º | 1% | 0.88% | - |
| HSV(B) | 342.58º | 0.24% | 1% | - |
| XYZ | 72.07 | 64.1 | 70.2 | - |
| YUV | 213.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 211 | 0 | 0.24 | 0.17 | 0 | 342.58 | 1 | 0.88 |
| Hex | FF | C1 | D3 | 0 | 18 | 11 | 0 | 157 | 64 | 58 |
| Octal | 377 | 301 | 323 | 0 | 30 | 21 | 0 | 527 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11010011 | 0 | 11000 | 10001 | 0 | 101010111 | 1100100 | 1011000 |
Color Harmonies of #FFC1D3
Complementary color
Monochromatic Colors of #FFC1D3
Black with #FFC1D3
Text Example
Text Example
White with #FFC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1D3; }
p { color: rgb(255,193,211); }
H1.HeaderClassName
{
color: #FFC1D3;
}
.AnyTagClassName
{
color: #FFC1D3;
}
</style>
background-color css
<style>
a { background-color: #FFC1D3; }
a { background-color: rgb(255,193,211); }
div.DivClassName
{
background-color: #FFC1D3;
}
.BgClassName
{
background-color: #FFC1D3;
}
</style>
border-color css
<style>
span { border-color: #FFC1D3; }
span { border-color: rgb(255,193,211); }
td.TdClassName
{
border-color: #FFC1D3;
}
.TagClassName
{
border-color: #FFC1D3;
}
</style>