Shades of Light Pink #FFB8C6
Tints of Light Pink #FFB8C6
RGB
CMYK
RGB Variations
Color information
#FFB8C6 (or 0xFFB8C6) is known color: Light Pink. HEX triplet: FF, B8 and C6. RGB value is (255,184,198). Sum of RGB (Red+Green+Blue) = 255+184+198=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8C6 is #004739. Grayscale: #CECECE. Windows color (decimal): -18234 or 13023487. OLE color: 13023487.
HSL color Cylindrical-coordinate representation of color #FFB8C6: hue angle of 348.17º 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 #FFB8C6 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 198 | - |
| CMYK | 0 | 0.28 | 0.22 | 0 |
| HSL | 348.17º | 1% | 0.86% | - |
| HSV(B) | 348.17º | 0.28% | 1% | - |
| XYZ | 68.57 | 59.62 | 61.32 | - |
| YUV | 206.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 198 | 0 | 0.28 | 0.22 | 0 | 348.17 | 1 | 0.86 |
| Hex | FF | B8 | C6 | 0 | 1C | 16 | 0 | 15C | 64 | 56 |
| Octal | 377 | 270 | 306 | 0 | 34 | 26 | 0 | 534 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11000110 | 0 | 11100 | 10110 | 0 | 101011100 | 1100100 | 1010110 |
Color Harmonies of #FFB8C6
Complementary color
Monochromatic Colors of #FFB8C6
Black with #FFB8C6
Text Example
Text Example
White with #FFB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8C6; }
p { color: rgb(255,184,198); }
H1.HeaderClassName
{
color: #FFB8C6;
}
.AnyTagClassName
{
color: #FFB8C6;
}
</style>
background-color css
<style>
a { background-color: #FFB8C6; }
a { background-color: rgb(255,184,198); }
div.DivClassName
{
background-color: #FFB8C6;
}
.BgClassName
{
background-color: #FFB8C6;
}
</style>
border-color css
<style>
span { border-color: #FFB8C6; }
span { border-color: rgb(255,184,198); }
td.TdClassName
{
border-color: #FFB8C6;
}
.TagClassName
{
border-color: #FFB8C6;
}
</style>