Shades of Light Pink #FFB6C6
Tints of Light Pink #FFB6C6
RGB
CMYK
RGB Variations
Color information
#FFB6C6 (or 0xFFB6C6) is known color: Light Pink. HEX triplet: FF, B6 and C6. RGB value is (255,182,198). Sum of RGB (Red+Green+Blue) = 255+182+198=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6C6 is #004939. Grayscale: #CDCDCD. Windows color (decimal): -18746 or 13022975. OLE color: 13022975.
HSL color Cylindrical-coordinate representation of color #FFB6C6: hue angle of 346.85º 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 #FFB6C6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 198 | - |
| CMYK | 0 | 0.29 | 0.22 | 0 |
| HSL | 346.85º | 1% | 0.86% | - |
| HSV(B) | 346.85º | 0.29% | 1% | - |
| XYZ | 68.16 | 58.79 | 61.18 | - |
| YUV | 205.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 198 | 0 | 0.29 | 0.22 | 0 | 346.85 | 1 | 0.86 |
| Hex | FF | B6 | C6 | 0 | 1D | 16 | 0 | 15B | 64 | 56 |
| Octal | 377 | 266 | 306 | 0 | 35 | 26 | 0 | 533 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11000110 | 0 | 11101 | 10110 | 0 | 101011011 | 1100100 | 1010110 |
Color Harmonies of #FFB6C6
Complementary color
Monochromatic Colors of #FFB6C6
Black with #FFB6C6
Text Example
Text Example
White with #FFB6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6C6; }
p { color: rgb(255,182,198); }
H1.HeaderClassName
{
color: #FFB6C6;
}
.AnyTagClassName
{
color: #FFB6C6;
}
</style>
background-color css
<style>
a { background-color: #FFB6C6; }
a { background-color: rgb(255,182,198); }
div.DivClassName
{
background-color: #FFB6C6;
}
.BgClassName
{
background-color: #FFB6C6;
}
</style>
border-color css
<style>
span { border-color: #FFB6C6; }
span { border-color: rgb(255,182,198); }
td.TdClassName
{
border-color: #FFB6C6;
}
.TagClassName
{
border-color: #FFB6C6;
}
</style>