Shades of Your Pink #FFC0BB
Tints of Your Pink #FFC0BB
RGB
CMYK
RGB Variations
Color information
#FFC0BB (or 0xFFC0BB) is known color: Your Pink. HEX triplet: FF, C0 and BB. RGB value is (255,192,187). Sum of RGB (Red+Green+Blue) = 255+192+187=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0BB is #003F44. Grayscale: #D2D2D2. Windows color (decimal): -16197 or 12304639. OLE color: 12304639.
HSL color Cylindrical-coordinate representation of color #FFC0BB: hue angle of 4.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC0BB is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 187 | - |
| CMYK | 0 | 0.25 | 0.27 | 0 |
| HSL | 4.41º | 1% | 0.87% | - |
| HSV(B) | 4.41º | 0.27% | 1% | - |
| XYZ | 69.06 | 62.55 | 55.45 | - |
| YUV | 210.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 187 | 0 | 0.25 | 0.27 | 0 | 4.41 | 1 | 0.87 |
| Hex | FF | C0 | BB | 0 | 19 | 1B | 0 | 4 | 64 | 57 |
| Octal | 377 | 300 | 273 | 0 | 31 | 33 | 0 | 4 | 144 | 127 |
| Binary | 11111111 | 11000000 | 10111011 | 0 | 11001 | 11011 | 0 | 100 | 1100100 | 1010111 |
Color Harmonies of #FFC0BB
Complementary color
Monochromatic Colors of #FFC0BB
Black with #FFC0BB
Text Example
Text Example
White with #FFC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0BB; }
p { color: rgb(255,192,187); }
H1.HeaderClassName
{
color: #FFC0BB;
}
.AnyTagClassName
{
color: #FFC0BB;
}
</style>
background-color css
<style>
a { background-color: #FFC0BB; }
a { background-color: rgb(255,192,187); }
div.DivClassName
{
background-color: #FFC0BB;
}
.BgClassName
{
background-color: #FFC0BB;
}
</style>
border-color css
<style>
span { border-color: #FFC0BB; }
span { border-color: rgb(255,192,187); }
td.TdClassName
{
border-color: #FFC0BB;
}
.TagClassName
{
border-color: #FFC0BB;
}
</style>