Shades of Light Pink #FFB3C1
Tints of Light Pink #FFB3C1
RGB
CMYK
RGB Variations
Color information
#FFB3C1 (or 0xFFB3C1) is known color: Light Pink. HEX triplet: FF, B3 and C1. RGB value is (255,179,193). Sum of RGB (Red+Green+Blue) = 255+179+193=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3C1 is #004C3E. Grayscale: #CBCBCB. Windows color (decimal): -19519 or 12694527. OLE color: 12694527.
HSL color Cylindrical-coordinate representation of color #FFB3C1: hue angle of 348.95º 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 #FFB3C1 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 193 | - |
| CMYK | 0 | 0.30 | 0.24 | 0 |
| HSL | 348.95º | 1% | 0.85% | - |
| HSV(B) | 348.95º | 0.3% | 1% | - |
| XYZ | 66.99 | 57.35 | 57.99 | - |
| YUV | 203.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 193 | 0 | 0.30 | 0.24 | 0 | 348.95 | 1 | 0.85 |
| Hex | FF | B3 | C1 | 0 | 1E | 18 | 0 | 15D | 64 | 55 |
| Octal | 377 | 263 | 301 | 0 | 36 | 30 | 0 | 535 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11000001 | 0 | 11110 | 11000 | 0 | 101011101 | 1100100 | 1010101 |
Color Harmonies of #FFB3C1
Complementary color
Monochromatic Colors of #FFB3C1
Black with #FFB3C1
Text Example
Text Example
White with #FFB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3C1; }
p { color: rgb(255,179,193); }
H1.HeaderClassName
{
color: #FFB3C1;
}
.AnyTagClassName
{
color: #FFB3C1;
}
</style>
background-color css
<style>
a { background-color: #FFB3C1; }
a { background-color: rgb(255,179,193); }
div.DivClassName
{
background-color: #FFB3C1;
}
.BgClassName
{
background-color: #FFB3C1;
}
</style>
border-color css
<style>
span { border-color: #FFB3C1; }
span { border-color: rgb(255,179,193); }
td.TdClassName
{
border-color: #FFB3C1;
}
.TagClassName
{
border-color: #FFB3C1;
}
</style>