Shades of Your Pink #FFC0BF
Tints of Your Pink #FFC0BF
RGB
CMYK
RGB Variations
Color information
#FFC0BF (or 0xFFC0BF) is known color: Your Pink. HEX triplet: FF, C0 and BF. RGB value is (255,192,191). Sum of RGB (Red+Green+Blue) = 255+192+191=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0BF is #003F40. Grayscale: #D2D2D2. Windows color (decimal): -16193 or 12566783. OLE color: 12566783.
HSL color Cylindrical-coordinate representation of color #FFC0BF: hue angle of 0.94º 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 #FFC0BF is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 191 | - |
| CMYK | 0 | 0.25 | 0.25 | 0 |
| HSL | 0.94º | 1% | 0.87% | - |
| HSV(B) | 0.94º | 0.25% | 1% | - |
| XYZ | 69.49 | 62.72 | 57.73 | - |
| YUV | 210.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 191 | 0 | 0.25 | 0.25 | 0 | 0.94 | 1 | 0.87 |
| Hex | FF | C0 | BF | 0 | 19 | 19 | 0 | 1 | 64 | 57 |
| Octal | 377 | 300 | 277 | 0 | 31 | 31 | 0 | 1 | 144 | 127 |
| Binary | 11111111 | 11000000 | 10111111 | 0 | 11001 | 11001 | 0 | 1 | 1100100 | 1010111 |
Color Harmonies of #FFC0BF
Complementary color
Monochromatic Colors of #FFC0BF
Black with #FFC0BF
Text Example
Text Example
White with #FFC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0BF; }
p { color: rgb(255,192,191); }
H1.HeaderClassName
{
color: #FFC0BF;
}
.AnyTagClassName
{
color: #FFC0BF;
}
</style>
background-color css
<style>
a { background-color: #FFC0BF; }
a { background-color: rgb(255,192,191); }
div.DivClassName
{
background-color: #FFC0BF;
}
.BgClassName
{
background-color: #FFC0BF;
}
</style>
border-color css
<style>
span { border-color: #FFC0BF; }
span { border-color: rgb(255,192,191); }
td.TdClassName
{
border-color: #FFC0BF;
}
.TagClassName
{
border-color: #FFC0BF;
}
</style>