#FFC0CB (or 0xFFC0CB) is known color: Pink. HEX triplet: FF, C0 and CB. RGB value is (255,192,203). Sum of RGB (Red+Green+Blue) = 255+192+203=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CB is #003F34. Grayscale: #D4D4D4. Windows color (decimal): -16181 or 13353215. OLE color: 13353215.
HSL color Cylindrical-coordinate representation of color #FFC0CB: hue angle of 349.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0CB is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.
<style> p { color: #FFC0CB; } p { color: rgb(255,192,203); } H1.HeaderClassName { color: #FFC0CB; } .AnyTagClassName { color: #FFC0CB; } </style>
<style> a { background-color: #FFC0CB; } a { background-color: rgb(255,192,203); } div.DivClassName { background-color: #FFC0CB; } .BgClassName { background-color: #FFC0CB; } </style>
<style> span { border-color: #FFC0CB; } span { border-color: rgb(255,192,203); } td.TdClassName { border-color: #FFC0CB; } .TagClassName { border-color: #FFC0CB; } </style>