Shades of Light Pink #FFB3C3
Tints of Light Pink #FFB3C3
RGB
CMYK
RGB Variations
Color information
#FFB3C3 (or 0xFFB3C3) is known color: Light Pink. HEX triplet: FF, B3 and C3. RGB value is (255,179,195). Sum of RGB (Red+Green+Blue) = 255+179+195=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3C3 is #004C3C. Grayscale: #CBCBCB. Windows color (decimal): -19517 or 12825599. OLE color: 12825599.
HSL color Cylindrical-coordinate representation of color #FFB3C3: hue angle of 347.37º 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 #FFB3C3 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 195 | - |
| CMYK | 0 | 0.30 | 0.24 | 0 |
| HSL | 347.37º | 1% | 0.85% | - |
| HSV(B) | 347.37º | 0.3% | 1% | - |
| XYZ | 67.21 | 57.44 | 59.17 | - |
| YUV | 203.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 195 | 0 | 0.30 | 0.24 | 0 | 347.37 | 1 | 0.85 |
| Hex | FF | B3 | C3 | 0 | 1E | 18 | 0 | 15B | 64 | 55 |
| Octal | 377 | 263 | 303 | 0 | 36 | 30 | 0 | 533 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11000011 | 0 | 11110 | 11000 | 0 | 101011011 | 1100100 | 1010101 |
Color Harmonies of #FFB3C3
Complementary color
Monochromatic Colors of #FFB3C3
Black with #FFB3C3
Text Example
Text Example
White with #FFB3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3C3; }
p { color: rgb(255,179,195); }
H1.HeaderClassName
{
color: #FFB3C3;
}
.AnyTagClassName
{
color: #FFB3C3;
}
</style>
background-color css
<style>
a { background-color: #FFB3C3; }
a { background-color: rgb(255,179,195); }
div.DivClassName
{
background-color: #FFB3C3;
}
.BgClassName
{
background-color: #FFB3C3;
}
</style>
border-color css
<style>
span { border-color: #FFB3C3; }
span { border-color: rgb(255,179,195); }
td.TdClassName
{
border-color: #FFB3C3;
}
.TagClassName
{
border-color: #FFB3C3;
}
</style>