#FFBBCD (or 0xFFBBCD) is unknown color: approx Pink. HEX triplet: FF, BB and CD. RGB value is (255,187,205). Sum of RGB (Red+Green+Blue) = 255+187+205=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCD is #004432. Grayscale: #D1D1D1. Windows color (decimal): -17459 or 13483007. OLE color: 13483007.
HSL color Cylindrical-coordinate representation of color #FFBBCD: hue angle of 344.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBCD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.
<style> p { color: #FFBBCD; } p { color: rgb(255,187,205); } H1.HeaderClassName { color: #FFBBCD; } .AnyTagClassName { color: #FFBBCD; } </style>
<style> a { background-color: #FFBBCD; } a { background-color: rgb(255,187,205); } div.DivClassName { background-color: #FFBBCD; } .BgClassName { background-color: #FFBBCD; } </style>
<style> span { border-color: #FFBBCD; } span { border-color: rgb(255,187,205); } td.TdClassName { border-color: #FFBBCD; } .TagClassName { border-color: #FFBBCD; } </style>