Shades of Your Pink #FFC2BF
Tints of Your Pink #FFC2BF
RGB
CMYK
RGB Variations
Color information
#FFC2BF (or 0xFFC2BF) is known color: Your Pink. HEX triplet: FF, C2 and BF. RGB value is (255,194,191). Sum of RGB (Red+Green+Blue) = 255+194+191=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2BF is #003D40. Grayscale: #D3D3D3. Windows color (decimal): -15681 or 12567295. OLE color: 12567295.
HSL color Cylindrical-coordinate representation of color #FFC2BF: hue angle of 2.81º 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 #FFC2BF is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 191 | - |
| CMYK | 0 | 0.24 | 0.25 | 0 |
| HSL | 2.81º | 1% | 0.87% | - |
| HSV(B) | 2.81º | 0.25% | 1% | - |
| XYZ | 69.94 | 63.61 | 57.88 | - |
| YUV | 211.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 191 | 0 | 0.24 | 0.25 | 0 | 2.81 | 1 | 0.87 |
| Hex | FF | C2 | BF | 0 | 18 | 19 | 0 | 3 | 64 | 57 |
| Octal | 377 | 302 | 277 | 0 | 30 | 31 | 0 | 3 | 144 | 127 |
| Binary | 11111111 | 11000010 | 10111111 | 0 | 11000 | 11001 | 0 | 11 | 1100100 | 1010111 |
Color Harmonies of #FFC2BF
Complementary color
Monochromatic Colors of #FFC2BF
Black with #FFC2BF
Text Example
Text Example
White with #FFC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2BF; }
p { color: rgb(255,194,191); }
H1.HeaderClassName
{
color: #FFC2BF;
}
.AnyTagClassName
{
color: #FFC2BF;
}
</style>
background-color css
<style>
a { background-color: #FFC2BF; }
a { background-color: rgb(255,194,191); }
div.DivClassName
{
background-color: #FFC2BF;
}
.BgClassName
{
background-color: #FFC2BF;
}
</style>
border-color css
<style>
span { border-color: #FFC2BF; }
span { border-color: rgb(255,194,191); }
td.TdClassName
{
border-color: #FFC2BF;
}
.TagClassName
{
border-color: #FFC2BF;
}
</style>