Shades of Your Pink #FFC1BF
Tints of Your Pink #FFC1BF
RGB
CMYK
RGB Variations
Color information
#FFC1BF (or 0xFFC1BF) is known color: Your Pink. HEX triplet: FF, C1 and BF. RGB value is (255,193,191). Sum of RGB (Red+Green+Blue) = 255+193+191=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1BF is #003E40. Grayscale: #D3D3D3. Windows color (decimal): -15937 or 12567039. OLE color: 12567039.
HSL color Cylindrical-coordinate representation of color #FFC1BF: hue angle of 1.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC1BF is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 191 | - |
| CMYK | 0 | 0.24 | 0.25 | 0 |
| HSL | 1.88º | 1% | 0.87% | - |
| HSV(B) | 1.88º | 0.25% | 1% | - |
| XYZ | 69.71 | 63.16 | 57.81 | - |
| YUV | 211.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 191 | 0 | 0.24 | 0.25 | 0 | 1.88 | 1 | 0.87 |
| Hex | FF | C1 | BF | 0 | 18 | 19 | 0 | 2 | 64 | 57 |
| Octal | 377 | 301 | 277 | 0 | 30 | 31 | 0 | 2 | 144 | 127 |
| Binary | 11111111 | 11000001 | 10111111 | 0 | 11000 | 11001 | 0 | 10 | 1100100 | 1010111 |
Color Harmonies of #FFC1BF
Complementary color
Monochromatic Colors of #FFC1BF
Black with #FFC1BF
Text Example
Text Example
White with #FFC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1BF; }
p { color: rgb(255,193,191); }
H1.HeaderClassName
{
color: #FFC1BF;
}
.AnyTagClassName
{
color: #FFC1BF;
}
</style>
background-color css
<style>
a { background-color: #FFC1BF; }
a { background-color: rgb(255,193,191); }
div.DivClassName
{
background-color: #FFC1BF;
}
.BgClassName
{
background-color: #FFC1BF;
}
</style>
border-color css
<style>
span { border-color: #FFC1BF; }
span { border-color: rgb(255,193,191); }
td.TdClassName
{
border-color: #FFC1BF;
}
.TagClassName
{
border-color: #FFC1BF;
}
</style>