Shades of Light Pink #FFB6C7
Tints of Light Pink #FFB6C7
RGB
CMYK
RGB Variations
Color information
#FFB6C7 (or 0xFFB6C7) is known color: Light Pink. HEX triplet: FF, B6 and C7. RGB value is (255,182,199). Sum of RGB (Red+Green+Blue) = 255+182+199=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6C7 is #004938. Grayscale: #CDCDCD. Windows color (decimal): -18745 or 13088511. OLE color: 13088511.
HSL color Cylindrical-coordinate representation of color #FFB6C7: hue angle of 346.03º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6C7 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 199 | - |
| CMYK | 0 | 0.29 | 0.22 | 0 |
| HSL | 346.03º | 1% | 0.86% | - |
| HSV(B) | 346.03º | 0.29% | 1% | - |
| XYZ | 68.28 | 58.84 | 61.79 | - |
| YUV | 205.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 199 | 0 | 0.29 | 0.22 | 0 | 346.03 | 1 | 0.86 |
| Hex | FF | B6 | C7 | 0 | 1D | 16 | 0 | 15A | 64 | 56 |
| Octal | 377 | 266 | 307 | 0 | 35 | 26 | 0 | 532 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11000111 | 0 | 11101 | 10110 | 0 | 101011010 | 1100100 | 1010110 |
Color Harmonies of #FFB6C7
Complementary color
Monochromatic Colors of #FFB6C7
Black with #FFB6C7
Text Example
Text Example
White with #FFB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6C7; }
p { color: rgb(255,182,199); }
H1.HeaderClassName
{
color: #FFB6C7;
}
.AnyTagClassName
{
color: #FFB6C7;
}
</style>
background-color css
<style>
a { background-color: #FFB6C7; }
a { background-color: rgb(255,182,199); }
div.DivClassName
{
background-color: #FFB6C7;
}
.BgClassName
{
background-color: #FFB6C7;
}
</style>
border-color css
<style>
span { border-color: #FFB6C7; }
span { border-color: rgb(255,182,199); }
td.TdClassName
{
border-color: #FFB6C7;
}
.TagClassName
{
border-color: #FFB6C7;
}
</style>