Shades of Light Pink #FFB0C1
Tints of Light Pink #FFB0C1
RGB
CMYK
RGB Variations
Color information
#FFB0C1 (or 0xFFB0C1) is known color: Light Pink. HEX triplet: FF, B0 and C1. RGB value is (255,176,193). Sum of RGB (Red+Green+Blue) = 255+176+193=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0C1 is #004F3E. Grayscale: #C9C9C9. Windows color (decimal): -20287 or 12693759. OLE color: 12693759.
HSL color Cylindrical-coordinate representation of color #FFB0C1: hue angle of 347.09º 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 #FFB0C1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 193 | - |
| CMYK | 0 | 0.31 | 0.24 | 0 |
| HSL | 347.09º | 1% | 0.85% | - |
| HSV(B) | 347.09º | 0.31% | 1% | - |
| XYZ | 66.39 | 56.16 | 57.79 | - |
| YUV | 201.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 193 | 0 | 0.31 | 0.24 | 0 | 347.09 | 1 | 0.85 |
| Hex | FF | B0 | C1 | 0 | 1F | 18 | 0 | 15B | 64 | 55 |
| Octal | 377 | 260 | 301 | 0 | 37 | 30 | 0 | 533 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11000001 | 0 | 11111 | 11000 | 0 | 101011011 | 1100100 | 1010101 |
Color Harmonies of #FFB0C1
Complementary color
Monochromatic Colors of #FFB0C1
Black with #FFB0C1
Text Example
Text Example
White with #FFB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0C1; }
p { color: rgb(255,176,193); }
H1.HeaderClassName
{
color: #FFB0C1;
}
.AnyTagClassName
{
color: #FFB0C1;
}
</style>
background-color css
<style>
a { background-color: #FFB0C1; }
a { background-color: rgb(255,176,193); }
div.DivClassName
{
background-color: #FFB0C1;
}
.BgClassName
{
background-color: #FFB0C1;
}
</style>
border-color css
<style>
span { border-color: #FFB0C1; }
span { border-color: rgb(255,176,193); }
td.TdClassName
{
border-color: #FFB0C1;
}
.TagClassName
{
border-color: #FFB0C1;
}
</style>