Shades of Light Pink #FFB3C2
Tints of Light Pink #FFB3C2
RGB
CMYK
RGB Variations
Color information
#FFB3C2 (or 0xFFB3C2) is known color: Light Pink. HEX triplet: FF, B3 and C2. RGB value is (255,179,194). Sum of RGB (Red+Green+Blue) = 255+179+194=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3C2 is #004C3D. Grayscale: #CBCBCB. Windows color (decimal): -19518 or 12760063. OLE color: 12760063.
HSL color Cylindrical-coordinate representation of color #FFB3C2: hue angle of 348.16º 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 #FFB3C2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 194 | - |
| CMYK | 0 | 0.30 | 0.24 | 0 |
| HSL | 348.16º | 1% | 0.85% | - |
| HSV(B) | 348.16º | 0.3% | 1% | - |
| XYZ | 67.1 | 57.4 | 58.58 | - |
| YUV | 203.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 194 | 0 | 0.30 | 0.24 | 0 | 348.16 | 1 | 0.85 |
| Hex | FF | B3 | C2 | 0 | 1E | 18 | 0 | 15C | 64 | 55 |
| Octal | 377 | 263 | 302 | 0 | 36 | 30 | 0 | 534 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11000010 | 0 | 11110 | 11000 | 0 | 101011100 | 1100100 | 1010101 |
Color Harmonies of #FFB3C2
Complementary color
Monochromatic Colors of #FFB3C2
Black with #FFB3C2
Text Example
Text Example
White with #FFB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3C2; }
p { color: rgb(255,179,194); }
H1.HeaderClassName
{
color: #FFB3C2;
}
.AnyTagClassName
{
color: #FFB3C2;
}
</style>
background-color css
<style>
a { background-color: #FFB3C2; }
a { background-color: rgb(255,179,194); }
div.DivClassName
{
background-color: #FFB3C2;
}
.BgClassName
{
background-color: #FFB3C2;
}
</style>
border-color css
<style>
span { border-color: #FFB3C2; }
span { border-color: rgb(255,179,194); }
td.TdClassName
{
border-color: #FFB3C2;
}
.TagClassName
{
border-color: #FFB3C2;
}
</style>