#FFC88C (or 0xFFC88C) is unknown color: approx Peach-Orange. HEX triplet: FF, C8 and 8C. RGB value is (255,200,140). Sum of RGB (Red+Green+Blue) = 255+200+140=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88C is #003773. Grayscale: #D1D1D1. Windows color (decimal): -14196 or 9226495. OLE color: 9226495.
HSL color Cylindrical-coordinate representation of color #FFC88C: hue angle of 31.3º 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 #FFC88C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.
<style> p { color: #FFC88C; } p { color: rgb(255,200,140); } H1.HeaderClassName { color: #FFC88C; } .AnyTagClassName { color: #FFC88C; } </style>
<style> a { background-color: #FFC88C; } a { background-color: rgb(255,200,140); } div.DivClassName { background-color: #FFC88C; } .BgClassName { background-color: #FFC88C; } </style>
<style> span { border-color: #FFC88C; } span { border-color: rgb(255,200,140); } td.TdClassName { border-color: #FFC88C; } .TagClassName { border-color: #FFC88C; } </style>