Shades of Light Pink #FFB3C6
Tints of Light Pink #FFB3C6
RGB
CMYK
RGB Variations
Color information
#FFB3C6 (or 0xFFB3C6) is known color: Light Pink. HEX triplet: FF, B3 and C6. RGB value is (255,179,198). Sum of RGB (Red+Green+Blue) = 255+179+198=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3C6 is #004C39. Grayscale: #CBCBCB. Windows color (decimal): -19514 or 13022207. OLE color: 13022207.
HSL color Cylindrical-coordinate representation of color #FFB3C6: hue angle of 345º 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 #FFB3C6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 198 | - |
| CMYK | 0 | 0.30 | 0.22 | 0 |
| HSL | 345º | 1% | 0.85% | - |
| HSV(B) | 345º | 0.3% | 1% | - |
| XYZ | 67.55 | 57.58 | 60.98 | - |
| YUV | 203.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 198 | 0 | 0.30 | 0.22 | 0 | 345 | 1 | 0.85 |
| Hex | FF | B3 | C6 | 0 | 1E | 16 | 0 | 159 | 64 | 55 |
| Octal | 377 | 263 | 306 | 0 | 36 | 26 | 0 | 531 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11000110 | 0 | 11110 | 10110 | 0 | 101011001 | 1100100 | 1010101 |
Color Harmonies of #FFB3C6
Complementary color
Monochromatic Colors of #FFB3C6
Black with #FFB3C6
Text Example
Text Example
White with #FFB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3C6; }
p { color: rgb(255,179,198); }
H1.HeaderClassName
{
color: #FFB3C6;
}
.AnyTagClassName
{
color: #FFB3C6;
}
</style>
background-color css
<style>
a { background-color: #FFB3C6; }
a { background-color: rgb(255,179,198); }
div.DivClassName
{
background-color: #FFB3C6;
}
.BgClassName
{
background-color: #FFB3C6;
}
</style>
border-color css
<style>
span { border-color: #FFB3C6; }
span { border-color: rgb(255,179,198); }
td.TdClassName
{
border-color: #FFB3C6;
}
.TagClassName
{
border-color: #FFB3C6;
}
</style>