Shades of Light Pink #FFB7C6
Tints of Light Pink #FFB7C6
RGB
CMYK
RGB Variations
Color information
#FFB7C6 (or 0xFFB7C6) is known color: Light Pink. HEX triplet: FF, B7 and C6. RGB value is (255,183,198). Sum of RGB (Red+Green+Blue) = 255+183+198=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7C6 is #004839. Grayscale: #CECECE. Windows color (decimal): -18490 or 13023231. OLE color: 13023231.
HSL color Cylindrical-coordinate representation of color #FFB7C6: hue angle of 347.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7C6 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 198 | - |
| CMYK | 0 | 0.28 | 0.22 | 0 |
| HSL | 347.5º | 1% | 0.86% | - |
| HSV(B) | 347.5º | 0.28% | 1% | - |
| XYZ | 68.37 | 59.2 | 61.25 | - |
| YUV | 206.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 198 | 0 | 0.28 | 0.22 | 0 | 347.5 | 1 | 0.86 |
| Hex | FF | B7 | C6 | 0 | 1C | 16 | 0 | 15C | 64 | 56 |
| Octal | 377 | 267 | 306 | 0 | 34 | 26 | 0 | 534 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11000110 | 0 | 11100 | 10110 | 0 | 101011100 | 1100100 | 1010110 |
Color Harmonies of #FFB7C6
Complementary color
Monochromatic Colors of #FFB7C6
Black with #FFB7C6
Text Example
Text Example
White with #FFB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7C6; }
p { color: rgb(255,183,198); }
H1.HeaderClassName
{
color: #FFB7C6;
}
.AnyTagClassName
{
color: #FFB7C6;
}
</style>
background-color css
<style>
a { background-color: #FFB7C6; }
a { background-color: rgb(255,183,198); }
div.DivClassName
{
background-color: #FFB7C6;
}
.BgClassName
{
background-color: #FFB7C6;
}
</style>
border-color css
<style>
span { border-color: #FFB7C6; }
span { border-color: rgb(255,183,198); }
td.TdClassName
{
border-color: #FFB7C6;
}
.TagClassName
{
border-color: #FFB7C6;
}
</style>