Shades of Pink #FFB8C8
Tints of Pink #FFB8C8
RGB
CMYK
RGB Variations
Color information
#FFB8C8 (or 0xFFB8C8) is known color: Pink. HEX triplet: FF, B8 and C8. RGB value is (255,184,200). Sum of RGB (Red+Green+Blue) = 255+184+200=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8C8 is #004737. Grayscale: #CFCFCF. Windows color (decimal): -18232 or 13154559. OLE color: 13154559.
HSL color Cylindrical-coordinate representation of color #FFB8C8: hue angle of 346.48º 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 #FFB8C8 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 200 | - |
| CMYK | 0 | 0.28 | 0.22 | 0 |
| HSL | 346.48º | 1% | 0.86% | - |
| HSV(B) | 346.48º | 0.28% | 1% | - |
| XYZ | 68.81 | 59.71 | 62.54 | - |
| YUV | 207.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 200 | 0 | 0.28 | 0.22 | 0 | 346.48 | 1 | 0.86 |
| Hex | FF | B8 | C8 | 0 | 1C | 16 | 0 | 15A | 64 | 56 |
| Octal | 377 | 270 | 310 | 0 | 34 | 26 | 0 | 532 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11001000 | 0 | 11100 | 10110 | 0 | 101011010 | 1100100 | 1010110 |
Color Harmonies of #FFB8C8
Complementary color
Monochromatic Colors of #FFB8C8
Black with #FFB8C8
Text Example
Text Example
White with #FFB8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8C8; }
p { color: rgb(255,184,200); }
H1.HeaderClassName
{
color: #FFB8C8;
}
.AnyTagClassName
{
color: #FFB8C8;
}
</style>
background-color css
<style>
a { background-color: #FFB8C8; }
a { background-color: rgb(255,184,200); }
div.DivClassName
{
background-color: #FFB8C8;
}
.BgClassName
{
background-color: #FFB8C8;
}
</style>
border-color css
<style>
span { border-color: #FFB8C8; }
span { border-color: rgb(255,184,200); }
td.TdClassName
{
border-color: #FFB8C8;
}
.TagClassName
{
border-color: #FFB8C8;
}
</style>