Shades of Light Pink #FFB0C2
Tints of Light Pink #FFB0C2
RGB
CMYK
RGB Variations
Color information
#FFB0C2 (or 0xFFB0C2) is known color: Light Pink. HEX triplet: FF, B0 and C2. RGB value is (255,176,194). Sum of RGB (Red+Green+Blue) = 255+176+194=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0C2 is #004F3D. Grayscale: #C9C9C9. Windows color (decimal): -20286 or 12759295. OLE color: 12759295.
HSL color Cylindrical-coordinate representation of color #FFB0C2: hue angle of 346.33º 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 #FFB0C2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 194 | - |
| CMYK | 0 | 0.31 | 0.24 | 0 |
| HSL | 346.33º | 1% | 0.85% | - |
| HSV(B) | 346.33º | 0.31% | 1% | - |
| XYZ | 66.5 | 56.21 | 58.38 | - |
| YUV | 201.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 194 | 0 | 0.31 | 0.24 | 0 | 346.33 | 1 | 0.85 |
| Hex | FF | B0 | C2 | 0 | 1F | 18 | 0 | 15A | 64 | 55 |
| Octal | 377 | 260 | 302 | 0 | 37 | 30 | 0 | 532 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11000010 | 0 | 11111 | 11000 | 0 | 101011010 | 1100100 | 1010101 |
Color Harmonies of #FFB0C2
Complementary color
Monochromatic Colors of #FFB0C2
Black with #FFB0C2
Text Example
Text Example
White with #FFB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0C2; }
p { color: rgb(255,176,194); }
H1.HeaderClassName
{
color: #FFB0C2;
}
.AnyTagClassName
{
color: #FFB0C2;
}
</style>
background-color css
<style>
a { background-color: #FFB0C2; }
a { background-color: rgb(255,176,194); }
div.DivClassName
{
background-color: #FFB0C2;
}
.BgClassName
{
background-color: #FFB0C2;
}
</style>
border-color css
<style>
span { border-color: #FFB0C2; }
span { border-color: rgb(255,176,194); }
td.TdClassName
{
border-color: #FFB0C2;
}
.TagClassName
{
border-color: #FFB0C2;
}
</style>