Shades of Light Pink #FFB3C0
Tints of Light Pink #FFB3C0
RGB
CMYK
RGB Variations
Color information
#FFB3C0 (or 0xFFB3C0) is known color: Light Pink. HEX triplet: FF, B3 and C0. RGB value is (255,179,192). Sum of RGB (Red+Green+Blue) = 255+179+192=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3C0 is #004C3F. Grayscale: #CBCBCB. Windows color (decimal): -19520 or 12628991. OLE color: 12628991.
HSL color Cylindrical-coordinate representation of color #FFB3C0: hue angle of 349.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3C0 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 192 | - |
| CMYK | 0 | 0.30 | 0.25 | 0 |
| HSL | 349.74º | 1% | 0.85% | - |
| HSV(B) | 349.74º | 0.3% | 1% | - |
| XYZ | 66.87 | 57.31 | 57.41 | - |
| YUV | 203.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 192 | 0 | 0.30 | 0.25 | 0 | 349.74 | 1 | 0.85 |
| Hex | FF | B3 | C0 | 0 | 1E | 19 | 0 | 15E | 64 | 55 |
| Octal | 377 | 263 | 300 | 0 | 36 | 31 | 0 | 536 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11000000 | 0 | 11110 | 11001 | 0 | 101011110 | 1100100 | 1010101 |
Color Harmonies of #FFB3C0
Complementary color
Monochromatic Colors of #FFB3C0
Black with #FFB3C0
Text Example
Text Example
White with #FFB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3C0; }
p { color: rgb(255,179,192); }
H1.HeaderClassName
{
color: #FFB3C0;
}
.AnyTagClassName
{
color: #FFB3C0;
}
</style>
background-color css
<style>
a { background-color: #FFB3C0; }
a { background-color: rgb(255,179,192); }
div.DivClassName
{
background-color: #FFB3C0;
}
.BgClassName
{
background-color: #FFB3C0;
}
</style>
border-color css
<style>
span { border-color: #FFB3C0; }
span { border-color: rgb(255,179,192); }
td.TdClassName
{
border-color: #FFB3C0;
}
.TagClassName
{
border-color: #FFB3C0;
}
</style>