Shades of Light Pink #FFB0C0
Tints of Light Pink #FFB0C0
RGB
CMYK
RGB Variations
Color information
#FFB0C0 (or 0xFFB0C0) is known color: Light Pink. HEX triplet: FF, B0 and C0. RGB value is (255,176,192). Sum of RGB (Red+Green+Blue) = 255+176+192=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0C0 is #004F3F. Grayscale: #C9C9C9. Windows color (decimal): -20288 or 12628223. OLE color: 12628223.
HSL color Cylindrical-coordinate representation of color #FFB0C0: hue angle of 347.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0C0 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 192 | - |
| CMYK | 0 | 0.31 | 0.25 | 0 |
| HSL | 347.85º | 1% | 0.85% | - |
| HSV(B) | 347.85º | 0.31% | 1% | - |
| XYZ | 66.28 | 56.12 | 57.21 | - |
| YUV | 201.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 192 | 0 | 0.31 | 0.25 | 0 | 347.85 | 1 | 0.85 |
| Hex | FF | B0 | C0 | 0 | 1F | 19 | 0 | 15C | 64 | 55 |
| Octal | 377 | 260 | 300 | 0 | 37 | 31 | 0 | 534 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11000000 | 0 | 11111 | 11001 | 0 | 101011100 | 1100100 | 1010101 |
Color Harmonies of #FFB0C0
Complementary color
Monochromatic Colors of #FFB0C0
Black with #FFB0C0
Text Example
Text Example
White with #FFB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0C0; }
p { color: rgb(255,176,192); }
H1.HeaderClassName
{
color: #FFB0C0;
}
.AnyTagClassName
{
color: #FFB0C0;
}
</style>
background-color css
<style>
a { background-color: #FFB0C0; }
a { background-color: rgb(255,176,192); }
div.DivClassName
{
background-color: #FFB0C0;
}
.BgClassName
{
background-color: #FFB0C0;
}
</style>
border-color css
<style>
span { border-color: #FFB0C0; }
span { border-color: rgb(255,176,192); }
td.TdClassName
{
border-color: #FFB0C0;
}
.TagClassName
{
border-color: #FFB0C0;
}
</style>