Shades of Your Pink #FFC0BD
Tints of Your Pink #FFC0BD
RGB
CMYK
RGB Variations
Color information
#FFC0BD (or 0xFFC0BD) is known color: Your Pink. HEX triplet: FF, C0 and BD. RGB value is (255,192,189). Sum of RGB (Red+Green+Blue) = 255+192+189=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0BD is #003F42. Grayscale: #D2D2D2. Windows color (decimal): -16195 or 12435711. OLE color: 12435711.
HSL color Cylindrical-coordinate representation of color #FFC0BD: hue angle of 2.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFC0BD is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 189 | - |
| CMYK | 0 | 0.25 | 0.26 | 0 |
| HSL | 2.73º | 1% | 0.87% | - |
| HSV(B) | 2.73º | 0.26% | 1% | - |
| XYZ | 69.27 | 62.63 | 56.58 | - |
| YUV | 210.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 189 | 0 | 0.25 | 0.26 | 0 | 2.73 | 1 | 0.87 |
| Hex | FF | C0 | BD | 0 | 19 | 1A | 0 | 3 | 64 | 57 |
| Octal | 377 | 300 | 275 | 0 | 31 | 32 | 0 | 3 | 144 | 127 |
| Binary | 11111111 | 11000000 | 10111101 | 0 | 11001 | 11010 | 0 | 11 | 1100100 | 1010111 |
Color Harmonies of #FFC0BD
Complementary color
Monochromatic Colors of #FFC0BD
Black with #FFC0BD
Text Example
Text Example
White with #FFC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0BD; }
p { color: rgb(255,192,189); }
H1.HeaderClassName
{
color: #FFC0BD;
}
.AnyTagClassName
{
color: #FFC0BD;
}
</style>
background-color css
<style>
a { background-color: #FFC0BD; }
a { background-color: rgb(255,192,189); }
div.DivClassName
{
background-color: #FFC0BD;
}
.BgClassName
{
background-color: #FFC0BD;
}
</style>
border-color css
<style>
span { border-color: #FFC0BD; }
span { border-color: rgb(255,192,189); }
td.TdClassName
{
border-color: #FFC0BD;
}
.TagClassName
{
border-color: #FFC0BD;
}
</style>