#FF8CC8 (or 0xFF8CC8) is unknown color: approx Tea Rose. HEX triplet: FF, 8C and C8. RGB value is (255,140,200). Sum of RGB (Red+Green+Blue) = 255+140+200=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CC8 is #007337. Grayscale: #B5B5B5. Windows color (decimal): -29496 or 13143295. OLE color: 13143295.
HSL color Cylindrical-coordinate representation of color #FF8CC8: hue angle of 328.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CC8 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.
<style> p { color: #FF8CC8; } p { color: rgb(255,140,200); } H1.HeaderClassName { color: #FF8CC8; } .AnyTagClassName { color: #FF8CC8; } </style>
<style> a { background-color: #FF8CC8; } a { background-color: rgb(255,140,200); } div.DivClassName { background-color: #FF8CC8; } .BgClassName { background-color: #FF8CC8; } </style>
<style> span { border-color: #FF8CC8; } span { border-color: rgb(255,140,200); } td.TdClassName { border-color: #FF8CC8; } .TagClassName { border-color: #FF8CC8; } </style>